-
Notifications
You must be signed in to change notification settings - Fork 149
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
the ReactElasticCarousel not have Children's props #263
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I suggest you clone the source to required folder and use it as you wish. Later migrate from this library. |
Any update about this issue ? I am getting the same error with version ^0.11.5 and NodeJS v16 |
I'm getting this error too. |
I'm encountering the same issue while trying to build the project with Next.js. |
hey I am using your library and ran into a typescript problem
I would appreciate it if you added it to the to the types "React.JSX,"
declare class ReactElasticCarousel extends React.Component<
ReactElasticCarouselProps & React.JSX, /// !!!!!
export default ReactElasticCarousel;
The text was updated successfully, but these errors were encountered: