Skip to content

Commit

Permalink
types change
Browse files Browse the repository at this point in the history
  • Loading branch information
sopranopillow committed Aug 24, 2023
1 parent a90b1ca commit d92bbef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/react/src/components/Stack/Stack.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,13 @@ export interface IStackProps
enableScopedSelectors?: boolean;

/**
* When receiving a falsy value, render null instead. Default behavior allows rendering falsy values so cases like
* When receiving a falsy value, render null instead.
*
* @deprecated Default behavior now allows rendering falsy values so cases like
* this one can happen:
* ```tsx
* <Stack>0 1 2 3 4</Stack>
* ```
* @deprecated
*/
doNotRenderFalsyValues?: boolean;
}
Expand Down

0 comments on commit d92bbef

Please sign in to comment.