PipedreamHQ / PipedreamHQ/pipedream

[BUG] Error using propDefinition in additionalProps

Open
#2,904 1 comment 0 reactions 0 assignees View on GitHub
bug triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

I'm trying to use `propDefinition` inside `additionalProps()`. I get an error trying to load the additional props when configuring the component in the builder.

```
async additionalProps() {
return {
userIds: {
propDefinition: [
notion,
"userIds"
],
}
};
},
```

additionalPropsError

**Additional context**

Slack thread: https://pipedream-users.slack.com/archives/C01E5KCTR16/p1653049803837129

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.