Jason Brown
Jason Brown
Don't forget to remove the listener when you don't need it anymore!
I agree, however I would like to release the name to someone who will actually maintain it. If there is interest from you to re-build this that would be great,...
Can confirm this has broken our tooltips. They render but stick at `opacity: 0`
If any styling is applied at all, whether that is `className` or `style` it will never toggle to `opacity: 1`
Sorry the progress value should be between 0 and 1, not 0 and 100. Should be documneted better.
``` import * as matchers from '@testing-library/jest-dom/matchers'; expect.extend(matchers); ``` You'll need to swap to this