You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the App.js remove the DatePicker reference so as the DatePicker import
Yarn start => the Panel won't show
Import back the DatePicker => the Panel shows up
Expected behavior
Panel should display even without importing the DatePicker
Screenshots
If applicable, add screenshots to help explain your problem.
Context
UI5 Web Components version 9
OS/Platform: MAcOs
Browser (if relevant): Chrome
Other information: {...}
Affected components(if known)
Log output / Any errors in the console
Uncaught TypeError: ui_thirdparty_jquery__WEBPACK_IMPORTED_MODULE_0_.default.extend is not a function
at Object.push../node_modules/@ui5/webcomponents-core/dist/sap/base/util/LoaderExtensions.js.LoaderExtensions.loadResource (LoaderExtensions.js:56)
at Function.push../node_modules/@ui5/webcomponents-core/dist/sap/base/util/Properties.js.Properties.create (Properties.js:154)
at tryToLoadNextProperties (ResourceBundle.js:282)
at loadNextPropertiesSync (ResourceBundle.js:244)
at new ResourceBundle (ResourceBundle.js:126)
at Function.push../node_modules/@ui5/webcomponents-core/dist/sap/base/i18n/ResourceBundle.js.ResourceBundle.create (ResourceBundle.js:310)
at getResourceBundle (ResourceBundle.js:113)
at new Panel (Panel.js:225)
at Function.define (WebComponent.js:589)
at Function._callee$ (Panel.js:306)
at tryCatch (runtime.js:63)
at Generator.invoke [as _invoke] (runtime.js:282)
at Generator.prototype.(:3001/anonymous function) [as next] (http://localhost:3001/static/js/1.chunk.js:52949:21)
at asyncGeneratorStep (asyncToGenerator.js:3)
at _next (asyncToGenerator.js:25)
The text was updated successfully, but these errors were encountered:
Describe the bug
In my React application Panel would not display until I imported the DatePicker even though
no DatePicker was displayed
Please find stacktrace below.
To reproduce
Expected behavior
Panel should display even without importing the DatePicker
Screenshots
If applicable, add screenshots to help explain your problem.
Context
Affected components (if known)
Log output / Any errors in the console
Uncaught TypeError: ui_thirdparty_jquery__WEBPACK_IMPORTED_MODULE_0_.default.extend is not a function
at Object.push../node_modules/@ui5/webcomponents-core/dist/sap/base/util/LoaderExtensions.js.LoaderExtensions.loadResource (LoaderExtensions.js:56)
at Function.push../node_modules/@ui5/webcomponents-core/dist/sap/base/util/Properties.js.Properties.create (Properties.js:154)
at tryToLoadNextProperties (ResourceBundle.js:282)
at loadNextPropertiesSync (ResourceBundle.js:244)
at new ResourceBundle (ResourceBundle.js:126)
at Function.push../node_modules/@ui5/webcomponents-core/dist/sap/base/i18n/ResourceBundle.js.ResourceBundle.create (ResourceBundle.js:310)
at getResourceBundle (ResourceBundle.js:113)
at new Panel (Panel.js:225)
at Function.define (WebComponent.js:589)
at Function._callee$ (Panel.js:306)
at tryCatch (runtime.js:63)
at Generator.invoke [as _invoke] (runtime.js:282)
at Generator.prototype.(:3001/anonymous function) [as next] (http://localhost:3001/static/js/1.chunk.js:52949:21)
at asyncGeneratorStep (asyncToGenerator.js:3)
at _next (asyncToGenerator.js:25)
The text was updated successfully, but these errors were encountered: