react-pacomo
react-pacomo copied to clipboard
Bug with nested pacomized elements
For two nested elements using a pacomo decorator, example:
<Gutter>
<Paper>
content
</Paper>
</Gutter>
The transform will not be applied to the inner element.
Worth noting that in the above exmaple, <Gutter> uses pacomoTransformer, while <Paper> uses pacomoDecorator.