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.