epicweb-dev / full-stack-foundations

Learn the foundational skills of building full stack web applications.
https://epicweb.dev/workshops/full-stack-foundations
Other
586 stars 152 forks source link

Update LoaderFunctionArgs instead of outdated DataFunctionArgs in README.mdx for Data Loading module #96

Closed OlgaS-codes closed 2 months ago

OlgaS-codes commented 2 months ago

Update LoaderFunctionArgs instead of outdated

'DataFunctionArgs' is deprecated.ts(6385) routeModules.d.ts(9, 4): The declaration was marked as deprecated here. (alias) type DataFunctionArgs = RRActionFunctionArgs & RRLoaderFunctionArgs & { context: AppLoadContext; } import DataFunctionArgs @deprecated — Use LoaderFunctionArgs/ActionFunctionArgs instead

kentcdodds commented 2 months ago

I'll go ahead and merge this one, and I'll handle the rest of them.