Stephan Meijer
Stephan Meijer
Just inject it in your head, it will be automatically present in your backend (might take a while).
A patch for if you want to try it in an existing repo. Can be used with [`patch-package`](https://www.npmjs.com/package/patch-package) `mitata+0.1.6.patch`: ```diff diff --git a/node_modules/mitata/src/cli.d.ts b/node_modules/mitata/src/cli.d.ts index 7da4829..b04aa9b 100644 --- a/node_modules/mitata/src/cli.d.ts +++...
Closing due to generator proposal: https://github.com/evanwashere/mitata/issues/12#issuecomment-1908025313
Hi! Thanks for the PR. I appreciate it, and acknowledge the issue. I haven't tried it, but purely based from the code I see I believe this can result into...
Hi, I've given this branch a test run, and indeed found the expected issues. This spinner flickers on the initial render. I've changed the approach in #8 . Thank you...
@Marius-Romanus , I agree it's not ideal, but it's how typescript works. You're importing from the root, and thereby checking types in this project. For that the google types have...
> Not really sure but this could be a side-effect of [d58c363](https://github.com/smeijer/leaflet-geosearch/commit/d58c3634d632fe8fa002c2a28dcb827cd2d9ac6f). > > I'm wondering if we can mitigate this somehow or at least document it. It definitely is...
This is the typedef that we should include in `googleProvider.ts` if we want to go that route. If we do, we still need to refactor out the `js-api-loader` dependency: ```ts...
I'm going to guess, but I think it originates from the library we use, `@googlemaps/js-api-loader`.
Sure. Happy to merge any pull request fixing this. Please tag me in the PR.