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
This is how the page renders: . As you can see, most of the content is missing.
There seems to be an error in the dev console, which I suspect to be the cause:
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
3blotter-site.min.js:32 THREE.WebGLRenderer 89
3blotter-site.min.js:32 Uncaught DOMException: Failed to construct 'ImageData': The input data length is not a multiple of 4.
at a.Renderer.setSize (https://blotter.js.org/dist/blotter-site.min.js:32:402713)
at a.Renderer.set width [as width] (https://blotter.js.org/dist/blotter-site.min.js:32:401862)
at a.<anonymous> (https://blotter.js.org/dist/blotter-site.min.js:32:351011)
at D (https://blotter.js.org/dist/blotter-site.min.js:32:7597)
at https://blotter.js.org/dist/blotter-site.min.js:32:7799
at https://blotter.js.org/dist/blotter-site.min.js:32:1228
at a.<anonymous> (https://blotter.js.org/dist/blotter-site.min.js:32:350724)
at D (https://blotter.js.org/dist/blotter-site.min.js:32:7597)
at https://blotter.js.org/dist/blotter-site.min.js:32:7799
at https://blotter.js.org/dist/blotter-site.min.js:32:1228
The text was updated successfully, but these errors were encountered:
Also this deprecation warning:
[Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
send @ jquery.min.js:2
This is how the page renders:
. As you can see, most of the content is missing.
There seems to be an error in the dev console, which I suspect to be the cause:
The text was updated successfully, but these errors were encountered: