We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce9938 commit 05b6a4eCopy full SHA for 05b6a4e
packages/react/src/components/Tile/Tile.tsx
@@ -439,7 +439,7 @@ export interface SelectableTileProps extends HTMLAttributes<HTMLDivElement> {
439
* The value of the `<input>`.
440
* @deprecated
441
*/
442
- value: string | number;
+ value?: string | number;
443
}
444
445
export const SelectableTile = React.forwardRef<
0 commit comments