Closed jrmd closed 4 years ago
I can confirm this behavior, with debugging enabled I've got a few warnings.
Before pasting:
Warning: Unsafe lifecycle methods were found within a strict-mode tree:
in Unknown (created by e)
in e (created by RemountOnPropChange(e))
in RemountOnPropChange(e)
in WithSelect(Component)
componentWillReceiveProps: Please update the following components to use static getDerivedStateFromProps instead: t
Learn more about this warning here:
https://fb.me/react-strict-mode-warnings
Not sure if it's related, but loading up the Gutenberg editor also throws a console error in IE11, which looks similar so might be related?
Warning: Unsafe lifecycle methods were found within a strict-mode tree:
in Unknown (created by e)
in e (created by RemountOnPropChange(e))
in RemountOnPropChange(e)
in WithSelect(Component)
componentWillReceiveProps: Please update the following components to use static getDerivedStateFromProps instead: t
componentWillUpdate: Please update the following components to use componentDidUpdate instead: t
Learn more about this warning here:
https://fb.me/react-strict-mode-warnings
This bug is still present (in WP5.0 RC1). I also get an 'Updating failed' and 'Unhandled promise rejection' that might or might not be related.
To clarify:
Is this still an issue with Gutenberg 7.1?
I can't replicate this any more, so I suspect it's been resolved in a preceding commit somewhere :)
Closing this, it appears to have been fixed at some point in the past.
Describe the bug When trying to copy and paste content into the editor nothing happens, in console it shows nothing as the input and nothing as the output
To Reproduce Steps to reproduce the behavior:
Expected behavior This should paste the desired content into the editor
Screenshots Screen cast of this happening (Droplr link)
Desktop (please complete the following information):
Additional context