New user fields not recognized
I'm attempting to add some attributes to my user entity that have a relation to other entity attributes.
subscriptions and claims are the new addition I'm adding.
On one of my pages where I'm already reading user.credits, I'm also trying to read user.subscriptions, but I get the following error:
[ Wasp ] ext-src/client/app/ListingDetailsPage.tsx(61,25): error TS2551: Property 'subscriptions' does not exist on type 'AuthUser'. Did you mean 'subscriptionTier'?
subscriptions and claims are the new addition I'm adding.
On one of my pages where I'm already reading user.credits, I'm also trying to read user.subscriptions, but I get the following error:
[ Wasp ] ext-src/client/app/ListingDetailsPage.tsx(61,25): error TS2551: Property 'subscriptions' does not exist on type 'AuthUser'. Did you mean 'subscriptionTier'?