Jason Dark
Jason Dark
In my case I have a button within a Next link anchor. Work around seems to be adding this to the button: ``` onClick={(e) => { e.preventDefault(); e.nativeEvent.stopImmediatePropagation(); }} ```
+1 for me, although I am using Typescript and installing types in this way did solve it: `npm install @types/[email protected]`
Solution for me (M1 Macbook) was to use `pyenv` (installed via `brew`) to manage my Python versions. After doing this and installing Python 3.10 I was able to install Editly.