Kelvin DeCosta

Results 11 comments of Kelvin DeCosta

Hey @andrewbranch Is there any method to resolve this issue? Thanks again for your time and for actively maintaining this project!

Thanks for the response! I am already using `gatsby-plugin-mdx` and passing a customized `CodeBlock` component, which wraps the result of `gatsby-remark-vscode`. Like you suggested, I think I could use the...

Hey! Since the `localStorage` variable doesn't really exist during SSR, the hook might have some unintended behavior. I managed to get it working well by using [`use-ssr`](https://github.com/alex-cory/use-ssr). ```jsx // ...other...

Hey @paw-lu Sorry for the late reply! I am not sure why I didn't receive a notification. I'll see if I can get this sorted out over the weekend. Feel...

+1 for this!

Hey guys! Is there any progress on this issue? I'd love to use this extension with `.svelte` files! Thanks!

How about `$app/phase` or `$app/stage`?

Hello everyone (@ferdingler, @CauanCabral, @williamrjribeiro)! I'm very new to using AWS Amplify, having switched over from Vercel. I would like to know whether and how one can: - ~~expose the...