Patch Release
-
Fix radio button null element default prop to use correct input (#10510) by @jason-curtis
This change fixes an issue with the
defaultChecked
field when using the scaffold generator with an enum. You should now see correct code generated to determine if the default is checked or unchecked. -
fix(functions): Mock context in function test template (#10555) by @Tobbe
Currently if you switch on TypeScript strict mode in a Redwood project you will get red squiggles in our default function tests that we create when users generate new functions. This change corrects this particular error by providing the correct function parameter in the generated code.