Bruno Dias

Results 275 comments of Bruno Dias

From what I saw, the issue actually is that either (or both) components - overlay and content, are receiving an event that is not theirs and they are setting up...

I've assigned to me to test the lateral buttons...but now I can't remove. This issue is free to anyone who want to work on it.

> Remove the setAppElement example. A warning is now logged when the app element is not set so removed this one and instead setAppElement in all other demos. This needs...

I'll be more conservative with this changes that relies on the browser. I mean, people that uses the browser are ok, but projects that links with different versions of webviews...

@gautamz07 Take a look at this branch https://github.com/reactjs/react-modal/tree/v4 I think I've deprecated `shouldReturnFocusAfterClose` and need to add `returnFocusTo`.

@h3rmanj This is super weird...why is it triggering the fallback if there is still content been displayed? (the `h1` node)

It is the lazy component that triggers the suspense. Probably, suspense uses conditional rendering on their side and react-modal doesn't play well with it.