Describe the bug
- page.js:10897 Unexpected token '<', "<!DOCTYPE "... is not valid JSON
2)Uncaught (in promise) Error: CLDR data for locale en is not loaded!
Isolated Example
No response
Reproduction steps
1take next js app router template from below project templates and examples
2.https://github.com/UI5/webcomponents-react/tree/main/examples/nextjs-app
3.add date range picker in any page . I have placed in todo list
return (
<DateRangePicker
onChange={function tie(){}}
onClose={function tie(){}}
onInput={function tie(){}}
onOpen={function tie(){}}
onValueStateChange={function tie(){}}
primaryCalendarType="Gregorian"
valueState="None"
/>
Initially displayed but after hard reload browser . date picker not displayed in browser.
Expected Behaviour
No response
Screenshots or Videos
No response
UI5 Web Components for React Version
"@ui5/webcomponents-react": "2.15.0",
UI5 Web Components Version
"@ui5/webcomponents": "2.15.0",
Browser
Chrome
Operating System
windows
Additional Context
No response
Relevant log output
Organization
No response
Declaration