Hello, I am trying to localize the react schedule component. It does not work on the project I am working, but the same code on a fresh project with the same versions for all syncfusion packages, cldr-data and nodejs works. I get the error:
Uncaught TypeError: Cannot read properties of undefined (reading 'trim')
Trying to debug, I found that on my main project cldrData is on the following structure:
{ default: { main, supplemental } }
however, on my side project cldrData have the following structure:
{ default, main, supplemental }
I would like a help to know how to fix this issue. If I can provide more info if needed.