Closed ggarnier closed 8 years ago
@ggarnier, we just released a version v0.1.9, can you try now? Now you do not need to pass React to Atellier, ex.
import Atellier from 'react-atellier';
and
<Atellier components={[]} />
tks!
@agutoli now it's working. Thanks!
When I try to live edit a prop that isn't a string (like a function or an object), I get this warning:
Seems like prop values are being automatically converted to strings.