Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref creates a temporary state instead of real ref #380

Closed
rinick opened this issue Sep 7, 2022 · 0 comments
Closed

ref creates a temporary state instead of real ref #380

rinick opened this issue Sep 7, 2022 · 0 comments

Comments

@rinick
Copy link

rinick commented Sep 7, 2022

ref only returns a temporary state with

(ref, ()=>({
            editor: editor.current,
            state: state,
            view: view
        })

when the parent component needs the reactCodeMirrorRef.state, it always gets the initial state instead of latest state.

I think it would be better to add a getState() api to the ref

@rinick rinick closed this as completed Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant