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
Now that types can be inferred when using useQuery or useMutation hooks, redwood generators for cells (and scaffolds) can update the template code to infer types.
What's not working?
Now that types can be inferred when using useQuery or useMutation hooks, redwood generators for cells (and scaffolds) can update the template code to infer types.
See #9619 for example.
PR for this: #9693