-
Notifications
You must be signed in to change notification settings - Fork 86
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
React 17.x.x? #54
Comments
I'm using |
Is this dead? |
seems so |
Any alternatives for this? |
I found one! heres the link to the npm package. |
@CodeLikeAGirl29 That's the same package as this repository, isn't it? |
I've got some problems with the children elements with react 18. import React from 'react';
import LoadingOverlay, { LoadingOverlayProps } from 'react-loading-overlay';
interface ILoading extends LoadingOverlayProps {
children?: React.ReactNode
}
const Loading: React.FC<ILoading> = (props) => (<LoadingOverlay {...props} />)
export default Loading; and using this "Loading" component |
here's one that's updated for react 17. it seems to be working for me in 18 (using legacy-peer-deps) though I've not tested for @VPPietro's issue |
I think creating another npm package is not the way to go. |
Do we have any update? |
It's dead guys. Move on. |
I'm sure I could work around this, but npm is complaining about this module while I'm trying to upgrade my project to react 17.
The text was updated successfully, but these errors were encountered: