rphlmr / supa-stripe-stack

A Remix & Stripe Stack, backed by Supabase (driven by Prisma), that integrates authentication, subscriptions (multi-currency, month and year intervals) and handling tier limit.
https://remix-supa-stripe-stack.fly.dev/
MIT License
130 stars 10 forks source link

Property 'data' does not exist on type 'SerializeDeferred<...>' #7

Closed rphlmr closed 1 year ago

rphlmr commented 1 year ago

Since Remix 1.12 there is a conflict in loader return type if you return an object with a data property :'(

And ... this is the pattern I use in this stack 😅

https://github.com/remix-run/remix/issues/5211