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
If initializing multiple instances of ReactEditorJS, they may end up coalescing if they have the same holder ID. This can occur because code is currently relying on Date.now() to create a unique ID, which can sometimes return same value for multiple instances (likely due to reduced time precision).
Environment
Describe
If initializing multiple instances of ReactEditorJS, they may end up coalescing if they have the same holder ID. This can occur because code is currently relying on
Date.now()
to create a unique ID, which can sometimes return same value for multiple instances (likely due to reduced time precision).This was previously already reported and fixed during v1, however it ended up regressing during rework to v2 (fix removed, pre-fix version added)
The text was updated successfully, but these errors were encountered: