John Cotton

Results 6 comments of John Cotton

Helpful looking idea here: https://medium.com/trabe/getting-rid-of-finddomnode-method-in-your-react-application-a0d7093b2660

Definitely a webpack problem, not a puppeteer one. Moved my bundling to esbuild and it worked first time.

@mdovn You could always use a library like [uuid](https://www.npmjs.com/package/uuid) to handle the uniqueness for you. This works: ``` import { v4 as uuidv4 } from "uuid"; export const myAtom =...

...although I haven't found creating key names a burden at all :)

Likely to be something that happens soon? I'd have a crack at a patch myself, but I think it might be beyond my skill set. I've got a workaround for...