Faithlife / styled-ui

Faithlife UI styleguide and set of components
https://faithlife.github.io/styled-ui/
MIT License
13 stars 50 forks source link

Fix popover act warnings #519

Closed RobertBolender closed 3 years ago

RobertBolender commented 3 years ago

This tremendously helpful blog post from Kent C. Dodds helped me to grasp the importance of the "act" warning: https://kentcdodds.com/blog/fix-the-not-wrapped-in-act-warning

image

RobertBolender commented 3 years ago

There are probably quite a few skipped tests that can be re-enabled with these changes as well.

The remaining it.skip tests don't immediately seem to me to be connected with act/popper warnings, but it would be worthwhile to evaluate those in a follow-up PR 👍