forge42dev / Remix-Forge

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

Update type of loader and action for remix v2 #13

Closed MajorTom327 closed 1 year ago

MajorTom327 commented 1 year 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