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
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)
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
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)