-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Milestone
Description
The documentation mentions the use of "false"
and false
for data-sveltekit-preload-data
, but neither is allowed by the typings:
'data-sveltekit-preload-data'?: true | '' | 'hover' | 'tap' | 'off' | undefined | null; |
I'm not certain which is correct, hence the issue instead of a PR :)