Home › Forums › Report Bugs › Application breaks in react v18 build › Reply To: Application breaks in react v18 build
@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.
commonjsOptions: { transformMixedEsModules: true }
__ Sachin Bisht Team CanvasJS