Christian Kongsgaard

Results 3 comments of Christian Kongsgaard

I'm facing the same error/bug when using Gatsby Is it possible to merge the PR that fixes this?

I just have simple component like this: ```typescript export const Map = ({height, width, coordinates}) => { const handleDrawnShape = () => { console.log("DRAWN") } const handleDeleteShape = () =>...

The problem is I don't have any `useEffect` hooks in this component tree. I'll paste my stack trace below: ``` Warning: The final argument passed to useEffect changed size between...