lucas h rinaldi

Results 15 comments of lucas h rinaldi

Really interested in seeing this feature. @shanalikhan can you elabore more on the code limitation? Is it possible to list and install everything (even the disabled ones)? I'd really prefer...

Can confirm @michaelcox answer.

What's the progress with this PR? I've opened an issue that would be solved by it. https://github.com/Pomax/react-onclickoutside/issues/265

hi folks, want any help finishing this? not sure what's left

Great plugin! This would also help a lot if possible. 😄

Works great @KevinWoodhouse. Thanks for the info.

@eps1lon thanks for letting me know, just included a test example there.

I've tried to implement but I think JSDOM CSS inheritance doesn't work correctly. By default all elements have `visibility: visible`, so: ```html Hello World ``` `getComputedStyle` brings `visible` for the...

@eps1lon are you sure CSS inheritance is working? Check this [code](https://codesandbox.io/s/lucid-dust-r7r01?fontsize=14&hidenavigation=1&theme=dark). I've tried to replicate what's being done in the project, see that what's written on the page. It should...

Oh ok, thanks for explaining @eps1lon . Do you think it's ok if I change this [test](https://github.com/testing-library/jest-dom/blob/master/src/__tests__/to-be-visible.js#L17) to use style declaration instead of inline styles?