Sitronik / vue3-beautiful-chat

A simple and beautiful Vue 3 chat component backend agnostic, fully customisable and extendable.
MIT License
95 stars 27 forks source link

Doesn't work in vite dev build #14

Open soccer-fan opened 5 months ago

soccer-fan commented 5 months ago

Hey, we love using the package and it works great when we build our Vue3 app statically and serve over nginx (eg for prod), but when we try to run it locally with a vite dev build we get the following error and the component does not resolve further in the DOM

image

This never used to be a problem, so it might be something to do with conflicting with a newer version of Vue (which we have no choice but to use due to other dependencies)

github-actions[bot] commented 5 months ago

Thanks for opening up your first issue!