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
I just licensed this to try out, but the first small demo app failed
main.ts:6 ERROR ReferenceError: fullpage is not defined
at FullpageDirective.initFullpage (fullpage-angular-fullpage.mjs:26:33)
at FullpageDirective.ngAfterViewInit (fullpage-angular-fullpage.mjs:19:18)
at callHookInternal (core.mjs:5136:14)
at callHook (core.mjs:5163:13)
at callHooks (core.mjs:5118:17)
at executeInitAndCheckHooks (core.mjs:5068:9)
at refreshView (core.mjs:12817:21)
at detectChangesInView$1 (core.mjs:12970:9)
at detectChangesInViewIfAttached (core.mjs:12933:5)
at detectChangesInComponent (core.mjs:12922:5)
I'm literally just trying to run the code from demo/examples/basic
it seems like it's the console.log that's blowing up, maybe fullpage variable is not being initialised?
Hey everyone,
I just licensed this to try out, but the first small demo app failed
main.ts:6 ERROR ReferenceError: fullpage is not defined
at FullpageDirective.initFullpage (fullpage-angular-fullpage.mjs:26:33)
at FullpageDirective.ngAfterViewInit (fullpage-angular-fullpage.mjs:19:18)
at callHookInternal (core.mjs:5136:14)
at callHook (core.mjs:5163:13)
at callHooks (core.mjs:5118:17)
at executeInitAndCheckHooks (core.mjs:5068:9)
at refreshView (core.mjs:12817:21)
at detectChangesInView$1 (core.mjs:12970:9)
at detectChangesInViewIfAttached (core.mjs:12933:5)
at detectChangesInComponent (core.mjs:12922:5)
I'm literally just trying to run the code from demo/examples/basic
it seems like it's the console.log that's blowing up, maybe fullpage variable is not being initialised?
The text was updated successfully, but these errors were encountered: