v1.6.7
What's Changed
-
Patched a syntax error in
@remix-run/devto ensurecreate-remixruns smoothly on Node 14 -
Fix inferred types for
useLoaderDataanduseActionDatato preservenullvalue types in@remix-run/react.Previously,
nulltypes were being replaced byneverdue to our usage ofNonNullableinUndefinedOptionals. Properties that aren't unions withundefinedare now kept as-is, while properties that do includeundefinedare still made optional, but only removeundefinedfrom the property type whereasNonNullablealso removednulltypes.
Changes by package
Full Changelog: v1.6.6...v1.6.7