You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so i used this editor quite a while inside a modal of my ui libary.
when updating create-react-app to the latest react-scripts version (also included a webpack major update), i get an error editor not found from inside this component.
This is not an issue outside a modal. It doesn't matter if i render the modal initially or not.
I'm using the latest versions of react-scripts, antd, trix and react-trix
Hi,
so i used this editor quite a while inside a modal of my ui libary.
when updating
create-react-app
to the latestreact-scripts
version (also included a webpack major update), i get an erroreditor not found
from inside this component.This is not an issue outside a modal. It doesn't matter if i render the modal initially or not.
I'm using the latest versions of
react-scripts
,antd
,trix
andreact-trix
I've created codesandbox to illustrate the problem:
https://codesandbox.io/s/elastic-diffie-sovxvb?file=/src/App.js
The text was updated successfully, but these errors were encountered: