Steve Workman
Steve Workman
Looks like a duplicate of #751
Thanks for your efforts, I'll add it to the docs
Try clearing the cache as you've probably got left-over files from a vue-2 implementation. Try `jest tests/unit --clearCache`
+1 for this fix, simply swapping over to the native module import seems to work in Nuxt. Digging into the module resolution output it appears that even though it's searching...
I've been messaging @danielroe and I've got reproductions of both bugs, in different nuxt verisons: - Nuxt 2, bug nuxt/framework#2559 - https://stackblitz.com/edit/nuxt-starter-y8l2ug?file=plugins%2Flit-ssr.js - Nuxt 3, bug nuxt/nuxt.js#12894 - https://stackblitz.com/edit/github-k9iwjt?file=lit-ssr-plugin.js Both...
@mohsenasfia the underlying Nuxt bug has been fixed, so we should be able to get somewhere with Nuxt integration. I think we can drop this PR as it's not the...
@elwinvaneede @prashantpalikhe and I are working on a Nuxt 3 plugin https://github.com/prashantpalikhe/nuxt-ssr-lit It's pre-release at the moment but looking promising
@elwinvaneede we've made the first release of [nuxt-ssr-lit](https://www.npmjs.com/package/nuxt-ssr-lit) for Nuxt 3. Please test it out and provide feedback!
There's a lot of [really good investigation in to this from @ceIia & others on Discord](https://discord.com/channels/1012791295170859069/1138460266376474726). In short: - Reproduction: https://github.com/ceIia/lit-next-ssr - `"use client"` makes the error go away, but...
> > I'm currently experiencing issues with component testing when trying Vite 5.0.7 with Cypress 13.6.1. It looks like 'public' folder mapping is broken which (for me anyway) breaks the...