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
I created a basic template with Create-React-App with React 17 and then managed to run this code without the issue so it's likely some issue in some other part of my code base
It seems is the same as #745 and the problem is to the css property box-sizing being set by a style library (Material UI). I fixed it by adding the equivalent of
I tried following the simple example and spinning up
react-chart-editor
, but it seems some styling is incorrect as seen in attached image.I run the editor as
With versions
Have I missed something?
The text was updated successfully, but these errors were encountered: