-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Unknown event handler property onCopied
. It will be ignored.
#41
Comments
@danylo0000 If you provide a reproducible example of the issue, I can help you see what the problem is. |
Hi @jaywcjlove. |
@danylo0000 I'm unable to reproduce the error you described. |
Hi @jaywcjlove. |
@danylo0000 I didn't understand what you meant, not sure if the following example can help you. <JsonView.KeyName
render={({ children, ...reset }, { type, value, keyName }) => {
// ...
}}
/> |
react-json-view/core/src/section/Row.tsx Line 24 in d98d1c1
<JsonView.Row
render={({ children, ...reset }, { value, keyName, parentValue, keys }) => {
// ...
}}
/> |
Thanks @jaywcjlove. |
Hi [小弟调调].
How are you?
I'm development one react component using your module currently.
Your module is very good and useful.
First of all, I'd like to appreciate you and your module. Thank you.
And I had one problem to use.
I were trying to use onCopied props but it ignored to handle.
I attached error report below.
Would you please help me? I need your response to solve this problem.
I'm looking forward your response.
Sincerely,
Danylo, H.
The text was updated successfully, but these errors were encountered: