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
When I run in the browser I get no rendered output and see this error in the console:
core.js:6162 ERROR TypeError: Cannot read property 'createComponent' of undefined
at od-virtualscroll.js:622
at ScanSubscriber.scanFunc [as accumulator] (od-virtualscroll.js:685)
at ScanSubscriber._tryNext (scan.js:49)
at ScanSubscriber._next (scan.js:42)
at ScanSubscriber.next (Subscriber.js:49)
at MergeMapSubscriber.notifyNext (mergeMap.js:70)
at SimpleInnerSubscriber._next (innerSubscribe.js:10)
at SimpleInnerSubscriber.next (Subscriber.js:49)
at MapSubscriber._next (map.js:35)
at MapSubscriber.next (Subscriber.js:49)
I have tried building the simplest possible demo, lifting the data and template out of scroll.component.ts
from the
od-vsstatic
demo:TEMPLATE
OBSERVABLES
When I run in the browser I get no rendered output and see this error in the console:
The source line being pointed to is this:
od-virtualscroll/src/virtualScroll.component.ts
Line 254 in 545010e
Environment details:
The text was updated successfully, but these errors were encountered: