Add the below to my vite.config.ts file resolved the issue
export default defineConfig({ build: { commonjsOptions: { transformMixedEsModules: true }, } })