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
The blockComponent shouldn't be re-created all times
Current Behavior
Since the version 0.7.0 the blockComponent is always re-created when you write a special character like ê, ë (combinaison of two keyboard keys to being added).
-- Bug Report --
Expected Behavior
The
blockComponent
shouldn't be re-created all timesCurrent Behavior
Since the version
0.7.0
theblockComponent
is always re-created when you write a special character likeê
,ë
(combinaison of two keyboard keys to being added).Steps to Reproduce
Go to : https://codesandbox.io/s/megadraft-with-plugins-and-example-content-forked-ck83pb?file=/src/index.js
ImageButton mount ...
andImageBlock mount ...
ê
multiple times and see the console, theImageBlock
component is re-created for each character...megadraft
under the0.7.0
, and type the special character, you can see the expected behaviorBrowser, device, and OS
Screenshots
The text was updated successfully, but these errors were encountered: