This repository has been archived by the owner on May 24, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 122
Error: Element ref was specified as a string (image_popover) but no owner was set. #255
Comments
And I am getting this error:
|
use version 0.5.0-rc26, sorry the inconvenience
Atte.
Miguel Michelson Martinez
www.vadb.org <http://vadb.org>
…On Mon, Jan 11, 2021 at 10:03 PM Mashkour ***@***.***> wrote:
And I am getting this error:
1. You may be adding a ref to a function component
2. You may be adding a ref to a component that was not created inside a component's render method
3. You have multiple copies of React loaded
See https://reactjs.org/link/refs-must-have-owner for more information.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#255 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAC5SA3LCLSIJTAZ7TAX2LSZONUTANCNFSM4V6ODE7Q>
.
|
Yes, I did but it seems to not be working with the latest version of react which removed |
which version of react are you using ?
…On Mon, Jan 11, 2021 at 10:35 PM Mashkour ***@***.***> wrote:
Yes, I did but it seems to not be working with the latest version of react
which removed emotion-theming library and using @emotion/react instead.
How can I upgrade it please?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#255 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAC5SCLII5XCLQYLRFTU6LSZORNDANCNFSM4V6ODE7Q>
.
|
"Dante2": "^0.5.0-rc26" and "react": "17". |
Also getting the error with latest Dante2 and React17
|
got same issue, React 17, Dante2, Hook, please help!! thanks! Error: Element ref was specified as a string (editor) but no owner was set. This could happen for one of the following reasons:
|
Samesies 👆 |
Same problem that @PrimeObjects has. ☝🏼 |
please try version 0.5.0-rc26
<https://www.npmjs.com/package/Dante2/v/0.5.0-rc26>
let me know how it goes
El vie, 7 may 2021 a las 15:38, Lucas Trombim ***@***.***>)
escribió:
… Same problem that @PrimeObjects <https://github.com/PrimeObjects> has. ☝🏼
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#255 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAC5SALXUUJXZC3HPEUWDDTMQ6VFANCNFSM4V6ODE7Q>
.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to add this editor to my React app without success and I am not able to understand the issue:
I am using:
"Dante2": "^0.5.0-rc5"
and"react": "latest"
.The text was updated successfully, but these errors were encountered: