PipedreamHQ / PipedreamHQ/pipedream
[BUG] Error using propDefinition in additionalProps
Open
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"
],
}
};
},
```

**Additional context**
Slack thread: https://pipedream-users.slack.com/archives/C01E5KCTR16/p1653049803837129
Contributor guide
Assessment
This issue has not been assessed yet.