Details
-
Bug
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
Description
Description: Always pass the stripes object on to new records.
Reasoning:: The stripes object is not required on the shape of props.detailProps and therefore may not be available to new records. It is technically available from context on those new-object components, but access via props is more idiomatic, so it's good to facilitate that.