react-styleguidist
react-styleguidist copied to clipboard
ComplexTypeRenderder - ComplexTypeRenderer filename typo
Current behavior
There is a typo in the ComplexTypeRenderer filename (https://github.com/styleguidist/react-styleguidist/blob/master/src/client/rsg-components/ComplexType/ComplexTypeRenderder.tsx) "Renderder", making it not possible to override the component using the normal ways
To reproduce
- Create a new styleguidist project
- Try to implement your own ComplexTypeRenderer.tsx component
- It won't work (your custom component doesn't take effect)
Expected behavior The custom ComplexTypeRenderer should take effect