PipedreamHQ / PipedreamHQ/pipedream
Adjust components with 'any' prop type
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
The 'any' prop type is present in a few dozen components.
This prop type runs into issues in the Connect React Demo, and is not ideal for MCP tools.
We should adjust all instances of the 'any' prop type to the closest equivalent (usually `string` or `object`)
Contributor guide
Assessment
This issue has not been assessed yet.