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
Type '(context: Context) => Promise<{}>' is not assignable to type 'LoaderFunction<ReactRenderer, Args>'.
Types of parameters 'context' and 'context' are incompatible.
Type 'StoryContextForLoaders<ReactRenderer, Args>' is not assignable to type 'Context'.
Types of property 'parameters' are incompatible.
Type 'Parameters' has no properties in common with type 'MswParameters'.ts(2322)
The text was updated successfully, but these errors were encountered:
I'm getting this TypeScript error when trying to assign
mswLoader
toloaders
:The text was updated successfully, but these errors were encountered: