vankop / jsoneditor-react

react wrapper implementation for https://github.com/josdejong/jsoneditor
MIT License
263 stars 106 forks source link

value is not reactive #63

Open juan-carvajal opened 3 years ago

juan-carvajal commented 3 years ago

Hi! I really liked you editor, but I find it a little hard to use because the value prop only takes the initial value, but is not affected when the prop is changed elsewhere.

Am I missing something?

Greetings!

anthonywebb commented 3 years ago

I hear you man, see this issue https://github.com/vankop/jsoneditor-react/issues/3

Did you find a workaround?

anthonywebb commented 3 years ago

@juan-carvajal fix is here https://github.com/vankop/jsoneditor-react/issues/4

juan-carvajal commented 3 years ago

@juan-carvajal fix is here #4

Looks good! Should I close the issue?

morkeleb commented 1 year ago

Since this is a duplicate of #4 I think so. That said I found this issue first ;)