Preview OK but won’t load on page
-
When I create a calculator it previews OK but when I apply the shortcoad to the page and then open the page the spinner keeps going round but the calculator does not load.
I am getting errors in the developer console:
@babel/polyfill is loaded more than once on this page. This is probably not desirable/intended and may have consequences if different versions of the polyfills are applied sequentially. If you do need to load the polyfill more than once, use @babel/polyfill/noConflict instead to bypass the warning.
(anonymous) @ bundle.js?ver=2.1.2:1
r @ bundle.js?ver=2.1.2:1
(anonymous) @ bundle.js?ver=2.1.2:1
r @ bundle.js?ver=2.1.2:1
(anonymous) @ bundle.js?ver=2.1.2:1
(anonymous) @ bundle.js?ver=2.1.2:1
20:30:54.872bundle.js?ver=2.1.2:1 SyntaxError: Unexpected identifier
at bundle.js?ver=2.1.2:1
at Array.forEach (<anonymous>)
at r.calculate (bundle.js?ver=2.1.2:1)
at r.apply (bundle.js?ver=2.1.2:1)
at r.init (bundle.js?ver=2.1.2:1)
at r.mounted (bundle.js?ver=2.1.2:1)
at Bt (bundle.js?ver=2.1.2:1)
at Je (bundle.js?ver=2.1.2:1)
at Object.insert (bundle.js?ver=2.1.2:1)
at C (bundle.js?ver=2.1.2:1)
- The topic ‘Preview OK but won’t load on page’ is closed to new replies.