Paul Le Cam

Results 21 comments of Paul Le Cam

The TypeScript configuration is up to your setup, React Leaflet's `package.json` contains `"type": "module"` which signals how compilers/bundlers should treat the code.

If you want to use React 17 it's up to you, but only v18 is supported by v4 so issues you might have with React v17 won't be investigated and...

This is Leaflet's behavior, not something caused by React Leaflet.

Hi, do you have any error message showing up in the console that could help explain the issue please?

The example now uses [Electron Forge](https://www.electronforge.io/) which can be used for packaging.

Indeed the docs are incorrect, thanks for reporting this. I opened a PR to fix this: https://github.com/ceramicstudio/idx-docs/pull/18

Hey, thanks for reporting this! Basically what `remove()` does is remove the definition key from the index, it doesn't affect the referenced contents at all, but I get how that...

> ```shell > | getDefinitionID(e) { > > return r(this, n).definitions[e] ?? null; > | } > | > ``` This is just bundled code, what is the actual error...

Hey @Schwartz10 sorry I missed this issue. Do you have more details about what is causing it please? If it's happening in the background and the definition DocID is returned,...

It is likely that you have different versions of these packages in your dependency tree, please make sure only one version of each package is present.