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
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 only World 👋 the 👋 Hello uses a forwardRed and is not rendered.
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: