Robert Soriano

Results 186 comments of Robert Soriano

What happens if you put `@sindresorhus/safe-stringify` in `build.transpile` of `nuxt.config.ts`? ```ts export default defineNuxtConfig({ build: { transpile: ['@sindresorhus/safe-stringify'] } }) ```

Thanks for the repro! Will definitely check it out

Hi @Nincha , thanks for reporting too. Can you try `[email protected]`?

Haven't used quasar but where do you add pinia plugins? @Nincha

Hey, it's probably calling the `broadcast-channel` module in the server. Try to polyfill it or install the plugin only on the client-side. In Nuxt, you can do it with a...

You can try to interop this component to Vue 3 using https://github.com/privatenumber/vue-2-3 See my implementation here https://codesandbox.io/s/vue3-infinite-loading-63rqj

I want this component to be as simple as possible so users can do whatever they want 😄 But I will take note of this

I don't have android emulator set up yet but can you try it with latest rn skia version?