tiptap/demos
Nick Perez 1110280b2b
fix(react): useEditor should not destroy still mounted instances (#5338)
This forces the editor to re-use the editor instance that existed prior to an unmount and remount of the same component.
This fixes a bug in `React.StrictMode` introduced with the latest performance updates by PR #5161
2024-07-13 10:59:33 +02:00
..
preview docs: make docs searchable 2024-06-18 09:25:12 +02:00
public add basic vite setup 2021-08-25 11:52:20 +02:00
setup docs: fix drawing demo 2024-07-02 18:13:08 +02:00
src fix(react): useEditor should not destroy still mounted instances (#5338) 2024-07-13 10:59:33 +02:00
CHANGELOG.md v2.4.0 2024-05-14 14:45:38 +02:00
includeDependencies.txt docs: move docs to own repository (#5304) 2024-07-02 16:07:10 +02:00
index.html redirect demos 2021-08-26 10:06:14 +02:00
package-lock.json chore: update package versions for prosemirror 2024-06-28 08:17:13 +02:00
package.json Merge branch 'main' into develop 2024-07-02 16:21:06 +02:00
postcss.config.cjs chore: update package versions for prosemirror 2024-06-28 08:17:13 +02:00
tailwind.config.js bump tailwind; add tailwind to demos 2023-05-08 11:37:20 +02:00
tsconfig.base.json check ts correctly on demo build 2021-09-17 23:44:01 +02:00
tsconfig.react.json check ts correctly on demo build 2021-09-17 23:44:01 +02:00
tsconfig.vue-2.json check ts correctly on demo build 2021-09-17 23:44:01 +02:00
tsconfig.vue-3.json check ts correctly on demo build 2021-09-17 23:44:01 +02:00
vite.config.ts chore: use vite in prod mode during tests 2024-07-03 18:28:14 +02:00