Danry Ague
Danry Ague
That's because there's two `query` identifiers declared there, the one imported and the const variable where you stored the result of `useFirestoreQuery`. It will try to use the `const query...
I have no idea why but when I also extend from [`@tsconfig/remix`](https://github.com/tsconfig/bases/blob/main/bases/remix.json) it also still updates it. `@tsconfig/remix` should have the defaults from the `remix dev` logs set already: ```json5...
That's strange. Running `tsc --showConfig` with the tsconfig: ```json5 { "extends": "@tsconfig/remix", "include": ["remix.env.d.ts", "**/*.ts", "**/*.tsx"], "compilerOptions": { "baseUrl": ".", "skipLibCheck": true } } ``` I get: ```json5 { "compilerOptions":...
I also made a similar fork but I've already converted the legacy `replaceComponentRenderer` [class component](https://github.com/lsirivong/gatsby-plugin-modal-routing/blob/b90c626f4236ad40b29aa06177c83944c4eb20fb/src/replaceComponentRenderer.js) to a functional one and some other changes. This way, it will be easier to...
I've already covered this in #60, but here's my take on this, just use a hook: ```jsx const [modal, closeTo] = useModalRouting({ modalProps: { contentLabel: "Custom content label", onAfterOpen: ()...
> @decanTyme I noticed you haven't published your solution yet, any plans when are you going to push so I can npm i the latest version? Already published here: https://www.npmjs.com/package/@decantyme/gatsby-plugin-modal-routing...
Tried the plugin out and it also warns on backgrounds: 
I was surprised (and confused) to see while I was integrating this that I could spam the continue button from the /verify examples, which definitely led me down the rabbit...
Thanks for the response! @dev-xo I'd be glad to contribute fixes, and it's right on time with #hacktoberfest as well! So I might have some time on my hands for...