Open sompylasar opened 8 years ago
Like this:
const components = [ { component: SomeComponent, componentName: "SomeComponent", componentProps: { foo: "bar", }, } ];
My team has a need for this feature also - we have samples with fake data and relying defaultProps is risky because that shouldn't get rendered in the actual live site.
It's a good idea
Like this: