Home Forums Report Bugs Application breaks in react v18 build Reply To: Application breaks in react v18 build

#45066

@denzil,

Adding commonjsOptions: { transformMixedEsModules: true } to the build option of Vite config should fix this issue. Please refer to this Stack Overflow thread for more information about the same.

__
Sachin Bisht
Team CanvasJS