Ross Barnes
Ross Barnes
+1. I'm getting the same error during verification as in the screenshot above. Knowing little about React, it does look like something caused by latest React version producing different HTML...
Just a quick note to say I resolved this problem by deleting my node_modules folder, replacing the dependencies list in my local package.json with the one [from the repo itself](https://github.com/kohei-takata/learnyoureact/blob/master/package.json)...
I'm also having this issue – specifically, folders that are in the "root" level (relative to the pattern) can be deleted without triggering watch, though sub-folders further down are watched...
I think `pointer-events: none` will work for this case like you say, actually! I've never had the need to test this before, but can see reverting `pointer-events` on a descendent...
To update, the `pointer-events: none` approach did work for composing multiple items together on the "same" canvas. The only gesture affected is the scroll gesture on trackpad to drag, which...