This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Cannot use react-block-ui with React 17 #60
Comments
I installed react-block-ui with --force, it appears to work with React 17 |
It seems the owner is no more or has left the repository to perish. |
thanks for the tip, it worked for me too. |
Did this actually work for either of you? I thought given the use of |
I think the removal of every method that would have been removed in React 17 was postponed to React 18
De: Evan Raffel ***@***.***>
Enviado el: jueves, 11 de noviembre de 2021 17:00
Para: Availity/react-block-ui ***@***.***>
CC: alealpha2000 ***@***.***>; Author ***@***.***>
Asunto: Re: [Availity/react-block-ui] Cannot use react-block-ui with React 17 (#60)
Did this actually work for either of you? I thought given the use of componentWillMount and componentWillReceiveProps this would be entirely broken in React 17.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#60 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AJFJH2XZL6IQKAWK56QKNRDULQOE3ANCNFSM43VPLLTA> .
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub> . <https://github.com/notifications/beacon/AJFJH2QTK456W7PEW4XF7YTULQOE3A5CNFSM43VPLLTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOHGOOYDY.gif>
|
We're using it with React 17 and it works indeed. I will open a pull request on this repository to propose to the author to add React 17 support. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
React 17 is not a peer dependency of react-block-ui so I can't install it without forcing. If react-block-ui works with React 17 the peer dependencies should be updated.
The text was updated successfully, but these errors were encountered: