v1.6.7
chaance
released this
30 Jul 16:31
·
3181 commits
to main
since this release
What's Changed
-
Patched a syntax error in
@remix-run/dev
to ensurecreate-remix
runs smoothly on Node 14 -
Fix inferred types for
useLoaderData
anduseActionData
to preservenull
value types in@remix-run/react
.Previously,
null
types were being replaced bynever
due to our usage ofNonNullable
inUndefinedOptionals
. Properties that aren't unions withundefined
are now kept as-is, while properties that do includeundefined
are still made optional, but only removeundefined
from the property type whereasNonNullable
also removednull
types.
Changes by package
Full Changelog: v1.6.6...v1.6.7