Matt Wilcox

Results 3 issues of Matt Wilcox

**Describe the bug** Because the the portal element is [appended to the DOM in useEffect](https://github.com/alex-cory/react-useportal/blob/b1efedbaab98b60f1d14b9fd8ca1e176007f664a/usePortal.ts#L152), on the initial render, the portal is created in a detached DOM node. It's children...

Reproduction steps: Set your timezone to 'America/Santiago', and call in Safari with ```javascript const start = parseISO('2016-08-12'); const end = parseISO('2016-08-14'); eachDayOfInterval({ start, end }); ``` Since the time changes...

🐛 Bug

Hi! Great work on this! Is it possible yet to support overriding how chunks are loaded? I was taking a look at this package and trying to work out whether...

Blocked by another PR