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
Since the React Router edition doesn't use the remix() Vite plugin, it doesn't inject its context either. The OG image plugin shouldn't be able to work at all, given it relies on some Remix context internals like the routes.
Error: Failed to apply "remix-og-image" plugin: no Remix context found. Did you forget to use the Remix plugin in your Vite configuration?
The text was updated successfully, but these errors were encountered:
Since the React Router edition doesn't use the
remix()
Vite plugin, it doesn't inject its context either. The OG image plugin shouldn't be able to work at all, given it relies on some Remix context internals like the routes.The text was updated successfully, but these errors were encountered: