-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Description
Describe the bug
Ran into an issue where the documentation recommends I pass event.nativeEvent
(I'm parsing cookies with the Vinxi methods).
Documentation: https://docs.solidjs.com/solid-start/advanced/request-events#nativeevent
The type:
Line 3 in 3c214ce
declare module "solid-js/web" { |
Your Example Website or App
Steps to Reproduce the Bug or Issue
- Have anything with type RequestEvent
- Attempt to access
nativeEvent
Expected behavior
I'd like the nativeEvent
to be exported as part of the type using the underlying Vinxi type.
Screenshots or Videos
No response
Platform
...the source code?
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels