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
I still have this issue also the docs still doesn't work. In the console I get:
Uncaught RangeError: Index 1 out of range for <taskList(taskItem(paragraph("A list item")), taskItem(paragraph("And another one")))>
at F.child (embed.tiptap.dev/assets/vendor.002315f8.js:5:26758)
at F.findIndex (embed.tiptap.dev/assets/vendor.002315f8.js:5:27443)
at Te.nodeAt (embed.tiptap.dev/assets/vendor.002315f8.js:5:40926)
at embed.tiptap.dev/assets/index.3d6fbe2a.js:1:2515
at embed.tiptap.dev/assets/tabindex.9f813926.js:3:1741
at Object.command (embed.tiptap.dev/assets/tabindex.9f813926.js:3:24340)
at HTMLInputElement.<anonymous> (embed.tiptap.dev/assets/index.3d6fbe2a.js:1:2476)
Description
Checking and unchecking a task item does not update
data-checked
attribute to true/false in real timeSteps to reproduce the bug
Create a taskItem and with the dev tools the attribute does not change in real time
CodeSandbox
The docs have this problem too: https://www.tiptap.dev/api/nodes/task-item/#taskitem
Expected behavior
I would like to style the text of a marked
taskItem
, it works if the content is refreshed but does not work in real time.The text was updated successfully, but these errors were encountered: