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
Set up a React application using React Router 7 (^7.0.0-pre.6).
Create a component that uses the ShadCN Dialog component or AliceCarouselModule from "react-alice-carousel".
Export this component as a default export.
Use this default-exported component in a React Router 7 route.
Expected Behavior
The component containing the ShadCN Dialog or AliceCarouselModule should render correctly regardless of whether it is exported as a default or named export.
Actual Behavior
The component containing the ShadCN Dialog or AliceCarouselModule renders correctly when it is exported as a named export but fails to render when exported as a default export.
When adding a log inside of the component that is exported as a default export, the data comes across as undefined but comes through correctly when exported as a named export.
This behavior did not occur prior to migrating from Remix to React Router 7.
The text was updated successfully, but these errors were encountered:
What version of React Router are you using?
7.0.0-pre.6
Steps to Reproduce
Expected Behavior
The component containing the ShadCN Dialog or AliceCarouselModule should render correctly regardless of whether it is exported as a default or named export.
Actual Behavior
The component containing the ShadCN Dialog or AliceCarouselModule renders correctly when it is exported as a named export but fails to render when exported as a default export.
When adding a log inside of the component that is exported as a default export, the data comes across as undefined but comes through correctly when exported as a named export.
This behavior did not occur prior to migrating from Remix to React Router 7.
The text was updated successfully, but these errors were encountered: