Harlan Wilton

Results 295 comments of Harlan Wilton

Hey @chemeng I'm guessing you're using Vite? Make sure you have the plugin installed and you have the `dts` option on, it will write that alias for you. ```ts import...

Can I have some details about your project or a reproduction repo? I have attempted to replicate issues using Vite SSR and it seems to be working correctly https://stackblitz.com/edit/vitejs-vite-vsf3sy Using...

No worries @chemeng as a quick solution you can try out the latest version `1.0.3-beta.4` and see if you have any luck Note, in this version you should import as...

Hey, thanks for flagging this issue. I'll be looking to do a major overhaul of the node defines/resolving which will improve the reactivity significantly and reduce the package size. Should...

Hey guys, with the release of [v1](https://vue-schema-org.netlify.app/posts/v1-release) these reactivity issues should be fixed: - The fields are now properly typed for reactivity - Any reactive updates will re-generate the schema...

Hey @pi0 Appreciate your time in looking over the module, thanks! I've [fixed up](https://github.com/vueuse/schema-org/commit/4fac56a2531d98660b10410845fc4d5c842bb373) the first issue you mentioned, it makes a lot more sense to do it like this....

Ah of course, thanks. I added the alias, I had an error when it was resolving to the `index.cjs` file though: ``` [nuxt] [request error] Object.defineProperty called on non-object at...

Going to close this off as all the above issues were resolved, although have now been superseded by [v1](https://vue-schema-org.netlify.app/posts/v1-release). If you want to review the latest module, that would be...

Hey @cyruscollier I'm on leave at the moment, happy to look into this when I'm back and settled (2 weeks) Otherwise please free to submit a PR 🙂

Hey @cyruscollier Sorry for the long lead time on this, I've just finished up [v1](https://vue-schema-org.netlify.app/posts/v1-release) with the Event node included Going to close this off, but if you any issues...