Open pigeonfresh opened 4 years ago
In the wiki the example of App.ts has a class that extends CoreComponent instead of AbstractComponent and in the dispose method this.scrollTrackerComponentManager = null; should be deleted
this.scrollTrackerComponentManager = null;
In the wiki the example of App.ts has a class that extends CoreComponent instead of AbstractComponent and in the dispose method
this.scrollTrackerComponentManager = null;
should be deleted