1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-09 11:14:29 +02:00
unleash.unleash/frontend/src/component/common/Sticky
Thomas Heartman abef5deaef
chore: remove all deprecated imports of act (#8398)
don't use `act` from `react-dom`. Instead, use act from `react`
directly, as advised by the deprecation notice.

This PR fixes all of the deprecated import warnings, updates some
testing libraries we use (and tests), and fixes one or two other
warnings.
2024-10-15 13:53:26 +02:00
..
Sticky.test.tsx
Sticky.tsx
StickyContext.tsx
StickyProvider.test.tsx chore: remove all deprecated imports of act (#8398) 2024-10-15 13:53:26 +02:00
StickyProvider.tsx