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
OS:
ubuntu@ubuntu-2204:~/source/tldraw$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
Screenshot:
With Chrome debugging got this error:
Error: No shape util found for type "response"
at Editor.getShapeUtil (/home/ubuntu/source/tldraw/packages/editor/src/lib/editor/Editor.ts:763:3)
at Object.do (/home/ubuntu/source/tldraw/packages/editor/src/lib/editor/Editor.ts:6610:24)
at /home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:68:12
at /home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:151:40
at transact (/home/ubuntu/source/tldraw/packages/state/src/lib/core/transactions.ts:248:10)
at HistoryManager.ignoringUpdates (/home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:151:25)
at exec (/home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:67:9)
at /home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:55:22
at /home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:121:6
at transaction (http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/state/src/lib/core/transactions.ts:104:20) {stack: 'Error: No shape util found for type "response…es/state/src/lib/core/transactions.ts:104:20)', message: 'No shape util found for type "response"'}
Please let me know how to solve this issue.
The text was updated successfully, but these errors were encountered:
Steps:
Error:
assert<@http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/utils/src/lib/control.ts:17:13
wrappedFn@http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/utils/src/lib/function.ts:16:14
getShapeUtil@http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/editor/src/lib/editor/Editor.ts:545:11
do@http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/editor/src/lib/editor/Editor.ts:5034:29
createCommand/exec/<@http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:40:16
@http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:102:44
transact@http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/state/src/lib/core/transactions.ts:120:12
ignoringUpdates@http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:102:27
exec@http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:39:12
createCommand/exec/<@http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:31:30
batch/<@http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:79:11
transaction@http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/state/src/lib/core/transactions.ts:104:22
transact@http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/state/src/lib/core/transactions.ts:122:10
batch@http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:77:17
exec@http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:31:14
createShape@http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/editor/src/lib/editor/Editor.ts:4936:10
makeEmptyResponseShape@http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/tldraw/src/lib/ui/makeReal.tsx?t=1705134476101:105:10
makeReal@http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/tldraw/src/lib/ui/makeReal.tsx?t=1705134476101:38:49
Versions:
ubuntu@ubuntu-2204:~/source/tldraw$ node -v && npm -v && yarn -v
v21.5.0
10.2.4
6.5.0
OS:
ubuntu@ubuntu-2204:~/source/tldraw$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
Screenshot:
With Chrome debugging got this error:
Error: No shape util found for type "response"
at Editor.getShapeUtil (/home/ubuntu/source/tldraw/packages/editor/src/lib/editor/Editor.ts:763:3)
at Object.do (/home/ubuntu/source/tldraw/packages/editor/src/lib/editor/Editor.ts:6610:24)
at /home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:68:12
at /home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:151:40
at transact (/home/ubuntu/source/tldraw/packages/state/src/lib/core/transactions.ts:248:10)
at HistoryManager.ignoringUpdates (/home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:151:25)
at exec (/home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:67:9)
at /home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:55:22
at /home/ubuntu/source/tldraw/packages/editor/src/lib/editor/managers/HistoryManager.ts:121:6
at transaction (http://localhost:5420/@fs/home/ubuntu/source/tldraw/packages/state/src/lib/core/transactions.ts:104:20) {stack: 'Error: No shape util found for type "response…es/state/src/lib/core/transactions.ts:104:20)', message: 'No shape util found for type "response"'}
Please let me know how to solve this issue.
The text was updated successfully, but these errors were encountered: