-
Notifications
You must be signed in to change notification settings - Fork 262
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
Satori does not work with components which are using forwardRef #600
Comments
I've already opened an issue at next.js, but i think it is more a satori bug than a next.js one. |
This issue also applies to this one #570 |
👋 @shuding! Could you please consider merging #601 to fix this issue? I am trying to use qrcode.react via I guess that Another issue with satori that I noticed was incompatibility with
I could overcome this locally by temporarily replacing The Both |
Bug report
Description / Observed Behavior
Satori does not render components which are using
forwardedRef
. For example FontAwesomeIcon.Expected Behavior
Satori should render components which are using
React.forwardRef
.Reproduction
The following demo uses the latest next.js canary and should show
👋 Hello World 👋
, instead it renders onlyWorld 👋
the👋 Hello
uses aforwardRed
and is not rendered.https://github.com/sdorra/og-with-forwardRef
The text was updated successfully, but these errors were encountered: