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
TypeError: (0 , _core_renderer__WEBPACK_IMPORTED_MODULE_0__.default)(...)[component] is not a function
at inheritor._createComponent (dom_component.js:251)
at FunctionTemplate._render (template_manager.js:52)
at FunctionTemplate._renderCore (function_template.js:21)
at FunctionTemplate.render (template_base.js:27)
at inheritor.<anonymous> (ui.toolbar.base.js:104)
at bindable_template.js:68
at bindable_template.js:42
at watchMethod (devextreme-angular-core.js:160)
at bindable_template.js:33
at Array.map (<anonymous>)
at bindable_template.js:31
at bindable_template.js:49
at watchMethod (devextreme-angular-core.js:160)
at bindable_template.js:22
at watchChanges (bindable_template.js:22)
TypeError: Cannot read properties of undefined (reading 'option')
at Scheduler._dimensionChanged (ui.scheduler.js:766)
at Callback._fireCore (callbacks.js:23)
at Callback.fireWith (callbacks.js:75)
at Callback.fire (callbacks.js:83)
at handleResize (resize_callbacks.js:45)
at ZoneDelegate.invokeTask (zone.js:406)
at Object.onInvokeTask (core.mjs:25840)
at ZoneDelegate.invokeTask (zone.js:405)
at Zone.runTask (zone.js:178)
at ZoneTask.invokeTask [as invoke] (zone.js:487)
at invokeTask (zone.js:1600)
at globalZoneAwareCallback (zone.js:1637)
This is in debug, the latest instruction before the error:
small sample project that reproduces the issue demo-dx.zip
The workaround is also import DxDropDownModule
The text was updated successfully, but these errors were encountered:
Bug Report
Package versions:
Steps to reproduce:
Place a dxScheduler into empty component
Show this two errors into the console:
This is in debug, the latest instruction before the error:
small sample project that reproduces the issue
demo-dx.zip
The workaround is also import
DxDropDownModule
The text was updated successfully, but these errors were encountered: