derrickpelletier / react-loading-overlay

Loading overlays with fade, spinner, message support.
MIT License
255 stars 83 forks source link

Updating dependencies to prevent Legacy Context API error #46

Closed Victorvhn closed 2 years ago

Victorvhn commented 4 years ago

The problem was occurring because the react-transition-group library was in an outdated version. By updating it, the problem can now be seen as solved.

fixes #43

Tsm012 commented 3 years ago

This is very useful library. This fix would make many devs less hesitant to include this in their products.