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
Importandusethepre-typed`createTypedDraftSafeSelector`function, and it will automatically know that the `state` argument is of type `RootState`.
101
101
102
-
:::warning
102
+
:::warning Known Limitations
103
103
Currently this approach only works if input selectors are provided as a single array.
104
104
105
105
If you pass the input selectors as separate inline arguments, the parameter types of the result function will not be inferred. As a workaround you can either
0 commit comments