You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, @daprieu . Can you check if the problem still persists after this update?
You need to update @clutch-creator/bridge to version 7.0.1 . If for some reason the picker is still acting up OR you want to workaround and have the fix in production already, you need to disable react strict mode. To do this, open the project next.config.js and add the flag: reactStrictMode: false and reopen the project.
How to reproduce
In a project where data is being returned from the data function on a page
Describe the bug
Variable bind and code bind are almost unusable as I can not select the data flowing in. I have to know the shape of my data and manually write it.
Expected behavior
data flowing in should persist in the props and vars section of the code bind picker
Operating System
macOS 13.5
Clutch Version
Desktop: 1.204.0 | Interface: v1.205.11
Other
Screen.Recording.2023-09-29.at.9.19.34.AM.mov
The text was updated successfully, but these errors were encountered: