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
We're aware of some errors with Bootstrap3 and Bootstrap4 themes which cause our website to crash. Other themes work fine.
We've recently added ES6 compilation targets, which appear to be causing this problem. We're investigating this issue.
The text was updated successfully, but these errors were encountered:
I've spent some time trying to find out what's going on. The root cause is that docs are importing both ES5 and ES6 code. Docusaurus is transpiling classes anyway, so it's not broken everywhere. I think we'll have to change all our imports to named sooner than we thought.
We're aware of some errors with
Bootstrap3
andBootstrap4
themes which cause our website to crash. Other themes work fine.We've recently added ES6 compilation targets, which appear to be causing this problem. We're investigating this issue.
The text was updated successfully, but these errors were encountered: