-
Notifications
You must be signed in to change notification settings - Fork 0
Move to latest gosling.js
#1
Comments
Additionally, using react@17 and react-dom@17 leads to some confusing React errors? I forgot to take a screenshot, but will at a later time. |
Seeing the changes between 0.9.16 and 0.9.17 (gosling-lang/gosling.js@v0.9.16...v0.9.17), I see that |
There is a warning printed to the console:
any thoughts, @sehilyi ? |
I am not familiar with the warning message. Could you check if the size of the Odd that this 'empty output' issue did not seem to happen in |
We are currently "stuck" on
v0.9.16
for unknown reasons. Bumpinggosling.js
to the latest (v0.9.17
) causes the jupyter widget to fail in the browser. All build steps work appropriately, but the final bundle fails when loaded in Jupyter Notebook (via require.js) and JupyterLab.Steps to reproduce:
npm install goslings.js@latest npm run build:nb jupyter notebook .
Error in the browser: https://requirejs.org/docs/errors.html#mismatch
cc: @sehilyi
The text was updated successfully, but these errors were encountered: