You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a RouteLoadFunc, the component is always expected to be a Component<RouterSectionProps<unknown>>; the inferral of the RouterSectionProps generic T seems to fail.
Describe the bug
Using a RouteLoadFunc, the component is always expected to be a
Component<RouterSectionProps<unknown>>
; the inferral of the RouterSectionProps generic T seems to fail.Your Example Website or App
https://playground.solidjs.com/anonymous/9cbd974a-0126-4c72-9019-f87ac703f263
Steps to Reproduce the Bug or Issue
Create a route:
Or copy the playground into your editor and install the actual dependencies so that TS works.
Expected behavior
I expect the type of a load function to be inferred correctly.
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: