Jovi De Croock

Results 446 comments of Jovi De Croock

That's not possible without a flag or static code analysis (which is not possible with a runtime library)

@Crysp nothing is stopping you from using maxLength for that too if I understand the problem you're trying to show well enough

This seems to have low browser compat though https://caniuse.com/#search=queueMicrotask (11% diff to Promise)

We do you can follow the `package.json` to find [them](https://www.runpkg.com/[email protected]/compat/package.json#11) so importing from `preact/compat` also imports from the typings file.

Hey, I think a codesandbox example would help us solve this quicker

Are you using `createPortal` for these components by any chance?

`React-modal` seems to be, that's where the issue presents itself

Hey, Could we add a test here (can be skipped) to see if the refs are bound in ComponentDidMount? Specific example: ``` ``` The Child for example has a span...