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
{{ message }}
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.
I can't get a test case just yet, but the new release fetched from the cdn broke fetching of javascript using text/babel and text/jsx in the type descriptor. I've downgraded to 6.24.0 and it works fine again.
I have the babel script in the head: <script src="assets/custom/js/babel.min.js" charset="utf8"></script>
And below in the document 'footer' I have my assets, one of them includes <script type="text/babel" src="assets/custom/js/haversine.babel.js"></script>
And it was not fetching the haversine script to transpile it.
I should be able to get a better test case later today.
The text was updated successfully, but these errors were encountered:
I can't get a test case just yet, but the new release fetched from the cdn broke fetching of javascript using text/babel and text/jsx in the type descriptor. I've downgraded to 6.24.0 and it works fine again.
I have the babel script in the head:
<script src="assets/custom/js/babel.min.js" charset="utf8"></script>
And below in the document 'footer' I have my assets, one of them includes
<script type="text/babel" src="assets/custom/js/haversine.babel.js"></script>
And it was not fetching the haversine script to transpile it.
I should be able to get a better test case later today.
The text was updated successfully, but these errors were encountered: