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
The current monaco editor isn't ReactJS friendly. It's a hack to avoid polluting the website with many editor instances. React components do have a lifecycle. There are methods that are only called once on instantiation. Use these methods instead of the static hack.
The text was updated successfully, but these errors were encountered:
The current monaco editor isn't ReactJS friendly. It's a hack to avoid polluting the website with many editor instances. React components do have a lifecycle. There are methods that are only called once on instantiation. Use these methods instead of the static hack.
The text was updated successfully, but these errors were encountered: