exdst / jss-astro-public

Sitecore JavaScript Software Development Kit for Astro
Apache License 2.0
20 stars 2 forks source link

RichTextDirective console error with property isAbsoluteUrl #22

Closed bdruziuk closed 4 months ago

bdruziuk commented 4 months ago

Page: /styleguideExtended File: src/components/integrations/angular/Standalone/rich-text.directive.ts Error: ERROR TypeError: Cannot destructure property 'isAbsoluteUrl' of 'JssUtils' as it is undefined. at RichTextDirective.updateView (rich-text.directive.ts:25:17) at RichTextDirective.ngOnChanges (rich-text.directive.ts:20:18) at RichTextDirective.rememberChangeHistoryAndInvokeOnChangesHook (chunk-NHWNWOR2.js?v=d67f4c24:1746:10) at callHookInternal (chunk-NHWNWOR2.js?v=d67f4c24:2310:10) at callHook (chunk-NHWNWOR2.js?v=d67f4c24:2328:5) at callHooks (chunk-NHWNWOR2.js?v=d67f4c24:2299:9) at executeInitAndCheckHooks (chunk-NHWNWOR2.js?v=d67f4c24:2268:5) at refreshView (chunk-NHWNWOR2.js?v=d67f4c24:8376:11) at detectChangesInView (chunk-NHWNWOR2.js?v=d67f4c24:8528:5) at detectChangesInViewIfAttached (chunk-NHWNWOR2.js?v=d67f4c24:8512:3)

image