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
Technical debt description
This older version of react bootstrap library does not work well with react's new relases(v17). And we should generally not stick with very old version of libraries for a long time since the latest updates generally include performance / maintainability / security fixes.
Proposed solution
Update to newest version by refactoring. Or find a new up to date library and move onto that.
Additional context
React v17 event system changes are not working with react-bootstrap 0.33.1, see #3349
Technical debt description
This older version of react bootstrap library does not work well with react's new relases(v17). And we should generally not stick with very old version of libraries for a long time since the latest updates generally include performance / maintainability / security fixes.
Proposed solution
Update to newest version by refactoring. Or find a new up to date library and move onto that.
Additional context
React v17 event system changes are not working with react-bootstrap 0.33.1, see #3349
Part of EPIC #3699
The text was updated successfully, but these errors were encountered: