Bruno Dias

Results 275 comments of Bruno Dias

Maybe it's related to the weird `` component. Probably, something like this: ```js ``` will trigger this behavior.

I'm guessing to fix this isse the solution is to wrap the `setIsOpen()` (how people call it). But it's application specific, so we don't break older reaect versions. ```js function...

Thanks, @multivoltage. @itsjesusmacias Give it a try...I'm hoping something like this would help, otherwise we need to investigate further this issue. As @multivoltage said, this feature it released on react...

Bom trabalho, @doeg. 👍 Some notes: - The content of the modal is always rendered - ``, even though it's not attached to the tree yet (`isOpen` starts `false`) (probably...

@doeg What do you think about removing "Build an esm/cjs modules"? I'm thinking in reducing the amount of artifacts and just a provide a minified version of the library, and,...

We used to pre-compile the library because of some webpack loaders and babel transformers, but I think that if we move to functions and hooks, we can remove build step.

> If the module distributes just the minified version of the library, wouldn't the entrypoint file still need to use ESM module syntax (or equivalent)? Depends on which version of...

I'm going to drop `esm/cjs` for the first release candidate, so we can test it early.