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
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
I am using lates version of React 16.13.1 and by default it has a React.StrictMode on but because of React.StrictMode mode it is giving an warnings as below
Steps to reproduce
Use bootstrap-styled with latest React and enable React.StrictMode.
Versions
React 16.13.1
Is there any plan to upgrade this library anytime soon?
The text was updated successfully, but these errors were encountered:
@kopax it's because React.StrictMode gives warning when there are UNSAFE methods being used. The solution would be to remove any UNSAFE lifecycle methods.
v4
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
Before opening a new issue, you may find an answer in already closed issues:
https://github.com/bootstrap-styled/v4/issues?q=is%3Aissue+is%3Aclosed
Issue Type
Description
I am using lates version of React
16.13.1
and by default it has aReact.StrictMode
on but because ofReact.StrictMode
mode it is giving an warnings as belowSteps to reproduce
React.StrictMode
.Versions
Is there any plan to upgrade this library anytime soon?
The text was updated successfully, but these errors were encountered: