We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There should be no exceptions displayed in the browser console under normal editor use.
Hovering over unimplemented features, such as the 'Load' and 'Save' buttons, cause this message in the console:
SCRIPT438: Object doesn't support property or method 'Symbol(Symbol.iterator)' trackRemoval.js (60,1)
The tooltips seem to work correctly despite the error message.
This appears to be this upstream issue: ReactTooltip/react-tooltip#328
Windows 10.0.15063 Edge 40.15063.674.0
The text was updated successfully, but these errors were encountered:
From discussion in that upstream issue it looks like the recommended resolution is to polyfill "Symbol": ReactTooltip/react-tooltip#328 (comment)
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
There should be no exceptions displayed in the browser console under normal editor use.
Actual Behavior
Hovering over unimplemented features, such as the 'Load' and 'Save' buttons, cause this message in the console:
The tooltips seem to work correctly despite the error message.
This appears to be this upstream issue: ReactTooltip/react-tooltip#328
Steps to Reproduce
Operating System and Browser
Windows 10.0.15063
Edge 40.15063.674.0
The text was updated successfully, but these errors were encountered: