From the documentation afterPageLoad helper accepts callback
as an argument
see: https://www.routify.dev/docs/helpers#after-page-load
but I see an error
Error: Argument of type '(page: ClientNodeApi) => void' is not assignable to parameter of type '(page?: ClientNodeApi) => boolean'.
Type 'void' is not assignable to type 'boolean'. (ts)
version
Routify: 2.18.8
Svelte: 3.50.1
screenshot
