Simon Smale
Simon Smale
Hi, I am having the same issue as @leighman, and i believe it is erroring on an ES6 import statement in Vue (import { getters } from "../src/store/modules/tickets/index), commenting this...
I was able to fix my issue, I was exporting firebase.auth() and not firebase.auth, not sure why it broke the test though
I was having this error until I rolled it back to 2.0.8 then reinstalled 2.0.9
Thanks for the pointer, it is done. I have also [posted in the Astro Docs discussion](https://github.com/withastro/docs/discussions/6256) as the docs are hard to follow on the feature https://github.com/satnaing/astro-paper/assets/17761689/45595f28-0f62-4c73-aa1e-8f8a43f9e874 Not sure where...
It has been a while since I have used ts and things have moved on a little, also Astro is all new to me to I went with js to...
Please feel free to update the code. Yeah that could be good, I think though if you want it to be an optional NPM package there will be some refactoring...
That all looks good to me.
I had the infinite loop. It was due to the blocks not working. I think there was something about needing to restart the server after a change in writing the...
Ok. Interested to see the changes :)
I’m not sure what that video is showing? Is it worth backing the changes out and testing my original code again, then slowly add the TS in, then move it...