Hi, i'm developing a Vue 3 + Vite application where i need to visualize mermaid graphs.
During development process (pnpm dev command) i successfully view graphs but when i build the project i have the following error on application startup:
Uncaught (in promise) TypeError: Cannot set properties of undefined (setting 'prototype')
at kS (index-a6050d12.js:564:23131)
at index-a6050d12.js:564:26435
at index-a6050d12.js:1608:2692
Description
Hi, i'm developing a Vue 3 + Vite application where i need to visualize mermaid graphs. During development process (
pnpm dev
command) i successfully view graphs but when ibuild
the project i have the following error on application startup:Here the code i wrote:
Thanks for any support!
Steps to reproduce
No step
Screenshots
No response
Code Sample
No response
Setup
Suggested Solutions
No response
Additional Context
No response