How to make component non-interactive when editing props #638
Unanswered
vincenteof
asked this question in
Q&A
Replies: 1 comment
-
I don't know if this helps but I use it
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For an example, I have a Button component to edit, and I can set some onClick handler to it. Is there any recommended way to make the handler not being triggered when editing props?
Beta Was this translation helpful? Give feedback.
All reactions