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
The intent is to show three different variations in the initial value for editable_text:
Expected output:
Click to edit
Edit me!
Reflex is fun
Actual output:
Reflex is fun
Reflex is fun
Reflex is fun
It appears to be using the last initial value for all of the components.
I hoped this feature would support an arbitrary number of reusable components defined at runtime (say where they are specified by an external API). So far I haven't been able to get it to work.
The reusable component example for editable text does not work as intended
https://reflex.dev/docs/state-structure/component-state/#passing-props
It defines the editable text example as follows:
The intent is to show three different variations in the initial value for editable_text:
Expected output:
Actual output:
It appears to be using the last initial value for all of the components.
I hoped this feature would support an arbitrary number of reusable components defined at runtime (say where they are specified by an external API). So far I haven't been able to get it to work.