Open beckend opened 8 years ago
Tried example:
<Cond value={true}> {[ isTrue, <h1>true</h1>]} </Cond>
Works but with warning in console:
Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `TemplateEditorAce`. See https://fb.me/react-warning-keys for more information.
I am having the same issue with this
Tried example:
Works but with warning in console: