This repository was archived by the owner on Mar 18, 2026. It is now read-only.
Description Environment
Operating System version: macOS 11.5.1
Browser version: Version 92.0.4515.159 (Official Build) (x86_64)
@draft-js-plugins/editor version:
plugin name and version: "@draft-js-plugins/resizeable": "^5.0.2",
Description
It seems the library has issues when being added to an existing project. In a fully new one, everything works fine.
The project I'm working on currently uses. However, when upgrading to the current version resizable stops working.
"draft-js": "^0.11.5",
"draft-js-drag-n-drop-plugin": "^2.0.4",
"draft-js-focus-plugin": "^3.0.1",
"draft-js-image-plugin": "^2.0.7",
"draft-js-linkify-plugin": "^2.0.2",
"draft-js-mention-plugin": "^3.1.5",
"draft-js-plugins-editor": "^3.0.0",
"draft-js-resizeable-plugin": "^2.0.9",
"draft-js-video-plugin": "^2.0.2",
index.esm.js:91 Uncaught TypeError: Cannot read property 'getBoundingClientRect' of undefined
at index.esm.js:91
at HTMLUnknownElement.callCallback (react-dom.development.js:188)
at Object.invokeGuardedCallbackDev (react-dom.development.js:237)
at invokeGuardedCallback (react-dom.development.js:292)
at invokeGuardedCallbackAndCatchFirstError (react-dom.development.js:306)
at executeDispatch (react-dom.development.js:389)
at executeDispatchesInOrder (react-dom.development.js:414)
at executeDispatchesAndRelease (react-dom.development.js:3278)
at executeDispatchesAndReleaseTopLevel (react-dom.development.js:3287)
at forEachAccumulated (react-dom.development.js:3259)
at runEventsInBatch (react-dom.development.js:3304)
at runExtractedPluginEventsInBatch (react-dom.development.js:3514)
at handleTopLevel (react-dom.development.js:3558)
at batchedEventUpdates$1 (react-dom.development.js:21871)
at batchedEventUpdates (react-dom.development.js:795)
at dispatchEventForLegacyPluginEventSystem (react-dom.development.js:3568)
at attemptToDispatchEvent (react-dom.development.js:4267)
at dispatchEvent (react-dom.development.js:4189)
at unstable_runWithPriority (scheduler.development.js:653)
at dispatchUserBlockingUpdate (react-dom.development.js:4172)
(anonymous) @ index.esm.js:91
callCallback @ react-dom.development.js:188
invokeGuardedCallbackDev @ react-dom.development.js:237
invokeGuardedCallback @ react-dom.development.js:292
invokeGuardedCallbackAndCatchFirstError @ react-dom.development.js:306
executeDispatch @ react-dom.development.js:389
executeDispatchesInOrder @ react-dom.development.js:414
executeDispatchesAndRelease @ react-dom.development.js:3278
executeDispatchesAndReleaseTopLevel @ react-dom.development.js:3287
forEachAccumulated @ react-dom.development.js:3259
runEventsInBatch @ react-dom.development.js:3304
runExtractedPluginEventsInBatch @ react-dom.development.js:3514
handleTopLevel @ react-dom.development.js:3558
batchedEventUpdates$1 @ react-dom.development.js:21871
batchedEventUpdates @ react-dom.development.js:795
dispatchEventForLegacyPluginEventSystem @ react-dom.development.js:3568
attemptToDispatchEvent @ react-dom.development.js:4267
dispatchEvent @ react-dom.development.js:4189
unstable_runWithPriority @ scheduler.development.js:653
dispatchUserBlockingUpdate @ react-dom.development.js:4172
Reactions are currently unavailable
Environment
Operating System version: macOS 11.5.1
Browser version: Version 92.0.4515.159 (Official Build) (x86_64)
Description
It seems the library has issues when being added to an existing project. In a fully new one, everything works fine.
The project I'm working on currently uses. However, when upgrading to the current version resizable stops working.