PLSFIX
Results
2
comments of
PLSFIX
Compare current and previous scroll position in `onScrollFrame` of `onUpdate `, for example.
A workaround solution I used was to create a type alias for the base class. Something like: ```typescript interface Opts { a: string; b: number; } export class SomeClass {...