latitude
latitude copied to clipboard
Changing the value of an input from React does not update the parameter in an embed
Steps To Reproduce
- Run
examples/sample-react
- Modify the value of
end_year
from the input in React, outside of the embed
Environment
- Happens since
@latitude-data/react
version0.6.2
Expected Behavior
It should update the value of the param inside the embed.
Actual Behaviour
Does not update the value inside the embed. Every other type of events do work as expected.
Hints
I suspect the problem might come from here: https://github.com/latitude-dev/latitude/pull/284