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
## This change includes:
- Refactoring Tooltip to be a function component, using hooks for state and effects
- Remove the intermediary EscapableTooltip (Fixes#354)
- Update all the unit tests to avoid using `setState()` and `state()` in favour of simulating clicks and asserting the DOM directly. This is compatible with hooks, and is a better design of black-box testing
- Split out server tests and run them in Jest's server environment
- Upgrade Enzyme (only a minor version bump) to support new Hooks testing features (see enzymejs/enzyme#2073)
Tooltip would be a good one to do so that we can remove the
EscapeableTooltip
wrapper made in #351.The text was updated successfully, but these errors were encountered: