Nicholas Drew
Nicholas Drew
This same issue is happening to me (the issue being: "**Item components seem to be replaced whenever new items are added to array**"). In our code, we start with a...
@escapedcat I'm not an expert on conventional-commit conventions, but my read of of the docs suggests that a "BREAKING CHANGE" line would actually be used as a footer; e.g., see...
I can resolve the error by adding this jest override, but I'm just wondering if there's any other recommended approach: ```json "jest": { "transformIgnorePatterns": [ "/node_modules/react-dnd/dist/index/" ] } ```