Closed kolibril13 closed 1 year ago
jupyter-tldraw has a lot of moving pieces: tldraw, ipyreact and esm.sh(for package delivery). Since the latest release of esm.sh, jupyter-tldraw throws the error: Cannot read properties of null (reading 'useRef')
Cannot read properties of null (reading 'useRef')
There are two possible solutions here:
One could try to solve this issue by updating tldraw-v1 to tldraw-v2: #9
Fixed by https://github.com/esm-dev/esm.sh/releases/tag/v128 🎉
jupyter-tldraw has a lot of moving pieces: tldraw, ipyreact and esm.sh(for package delivery). Since the latest release of esm.sh, jupyter-tldraw throws the error:
Cannot read properties of null (reading 'useRef')
There are two possible solutions here:
One could try to solve this issue by updating tldraw-v1 to tldraw-v2: #9