Skip to content

v1.6.7

Compare
Choose a tag to compare
@chaance chaance released this 30 Jul 16:31
· 3086 commits to main since this release
5a6978f

What's Changed

  • Patched a syntax error in @remix-run/dev to ensure create-remix runs smoothly on Node 14

  • Fix inferred types for useLoaderData and useActionData to preserve null value types in @remix-run/react.

    Previously, null types were being replaced by never due to our usage of NonNullable in UndefinedOptionals. Properties that aren't unions with undefined are now kept as-is, while properties that do include undefined are still made optional, but only remove undefined from the property type whereas NonNullable also removed null types.

Changes by package


Full Changelog: v1.6.6...v1.6.7