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
selection.model.js:19 Uncaught TypeError: Cannot read properties of undefined (reading 'dataset')
at SelectionModel.set_start (selection.model.js:19:1)
at sqv.onmousedown (selection.model.js:56:1)
in next js 13.4 app (page router)
when I click sequence then this error shows in console.
you can also see this error msg at the documentation web site - event tap and click it.
The text was updated successfully, but these errors were encountered:
It seems e.path is undefined and therefore falsly executing the else block of the condition. I'm unsure what e.path should be, however using element = e.currentTarget should work in Chrome.
in next js 13.4 app (page router)
when I click sequence then this error shows in console.
you can also see this error msg at the documentation web site - event tap and click it.
The text was updated successfully, but these errors were encountered: