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 :)
The documentation mentions the use of
"false"andfalsefordata-sveltekit-preload-data, but neither is allowed by the typings:kit/packages/kit/src/core/sync/write_non_ambient.js
Line 27 in ee21412
I'm not certain which is correct, hence the issue instead of a PR :)