We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da9bc5 commit 44e07aeCopy full SHA for 44e07ae
README.md
@@ -74,7 +74,7 @@ export const app = (
74
```
75
76
`renderTile` is a stateless lookup function to convert `T` into a displayable `JSX.Element`.
77
-By default `T` is `string`.
+By default `T` is `string` (so to render one element `initialValue="ID"` works).
78
`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).
79
`initialValue` is a [`MosaicNode<T>`](./src/types.ts#L27).
80
0 commit comments