Affected Packages
react
Version(s)
3.15.3
Bug Description
- TipTap version: 3.15.3
editor.options.current is undefined
- The
onUpdate wrapper silently fails (no error, just doesn't call the callback)
- Only happens with Collaboration extension enabled
- Workaround: Use
editor.on('update', handler) in a useEffect
Browser Used
Chrome
Code Example URL
No response
Expected Behavior
The options.current should be set by TipTap's useEditor hook, but it's undefined.
Additional Context (Optional)
No response
Dependency Updates