guides
guides copied to clipboard
`TextFormat` not working
Environments
- Framework name: React
- Framework version: latest
- Component name: guides
- Component version: 0.9.0
- Testable Address(optional):
Description
The textFormat
prop is not passed to the internal Ruler
. It's missing in the source.
As a result, the following does not work:
<Guides textFormat={scale => `${scale + 10}`>...</Guides>
Cheers, Adam.
@adam-26
@scena/react-guides
0.9.1 is released. Thank you