forge42dev / Remix-Forge

VS Code extension that allows you to generate configurable Remix code
MIT License
78 stars 6 forks source link

Update type of loader and action for remix v2 #13

Closed MajorTom327 closed 9 months ago

MajorTom327 commented 9 months ago

When I use v2 of remix and the extension. The generation of a loader is invalid as the type LoaderArgs seem to not be exported. Same thing for ActionArgs

It seem like they was renamed as LoaderFunctionArgs and ActionFunctionArgs