-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images and embeds do not work #7707
Comments
(Worried that e2e tests didn't catch this one 😓) |
8b21632 is the problem commit says |
Going back to the check for |
Ya the issue here is that there is probably something else using |
Yeah after running through the code that still seems to be the best option, and I can't see it breaking anything. Patch incoming... |
Describe the bug
Image and embed blocks added to the page will cause an error and the following browser console output
TypeError: "this.props.forwardedRef is not a function"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
You see the image.
Screenshots
Happens on master.
The text was updated successfully, but these errors were encountered: