PipedreamHQ / PipedreamHQ/pipedream
[BUG] Connect-react FormComponent cannot initially load with a dynamicPropsId
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
**Describe the bug**
The Configurable Props FormComponent does not have a way to specify a dynamicPropsId, which causes us to lose the dynamically configured props every time the user navigates away from the form and comes back to it.
It seems like it just isn't implemented currently:
https://github.com/PipedreamHQ/pipedream/blob/3eafcf95beb14ece2014c4f1aeb66f2c2499841f/packages/connect-react/src/components/ComponentForm.tsx#L24C1-L25C1
**To Reproduce**
1. Configure an integration with dynamic props
2. Reload the page or app (needs to support persistent state, which the demo app does not)
3. Observe that the form is missing any configured dynamic props
**Expected behavior**
All configured props are initially loaded.
**Additional context**
See slack thread here:
https://pipedream-users.slack.com/archives/CMZG4EBJ9/p1759436793375999
and here:
https://pipedream-users.slack.com/archives/CPTJYRY5A/p1758863113820499
Contributor guide
Assessment
This issue has not been assessed yet.