MartinP-C
MartinP-C
I was getting this error (again with React 18.0.1, in Strict Mode) Removing Strict Mode stops the error (because Strict Mode double-invokes lifecycle functions when in dev mode? Hence re-use...
Adds support for the inverse of https://github.com/Turfjs/turf/issues/2337 (A multipolygon completely contained by a polygon)
Hi @smallsaucepan , absolutely. What is needed?
It is a bit more but I'm up for the challenge :) So: - unskip tests for `booleanWithin` and update - ensure same feature types for feature1/2 and feature2/1 are...
> I have 2 identical codesandboxes here, one with `[email protected]` and the other with `[email protected]`, minimal use-case to reproduce, and can verify that the minor bump on framer-motion seems to...
I've found a workaround. If the handler is added via a useEffect this doesn't happen. Assuming because the handler is removed and re-added so isn't mixed up? ```js React.useEffect(() =>...