Skip to content

Commit 44e07ae

Browse files
briandipalmanomcopter
authored andcommitted
Update README.md (#64)
1 parent 4da9bc5 commit 44e07ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const app = (
7474
```
7575

7676
`renderTile` is a stateless lookup function to convert `T` into a displayable `JSX.Element`.
77-
By default `T` is `string`.
77+
By default `T` is `string` (so to render one element `initialValue="ID"` works).
7878
`T`s must be unique within an instance of `Mosaic`, they are used as keys for [React list management](https://reactjs.org/docs/lists-and-keys.html).
7979
`initialValue` is a [`MosaicNode<T>`](./src/types.ts#L27).
8080

0 commit comments

Comments
 (0)