dabapps / roe

DabApps' Project Development Kit
https://dabapps.github.io/roe
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Upgrade transition group #342

Closed JakeSidSmith closed 3 years ago

JakeSidSmith commented 3 years ago

Upgrade react-transition-group (as v1 uses deprecated lifecycle methods).

This will have to be a breaking change as both the default element rendered by the new transition group, and the class names it applies have changed.

Additional change: ensure that tslint also checks the examples directory.