react-styleguidist icon indicating copy to clipboard operation
react-styleguidist copied to clipboard

ComplexTypeRenderder - ComplexTypeRenderer filename typo

Open arthuralee opened this issue 2 years ago • 0 comments

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

  1. Create a new styleguidist project
  2. Try to implement your own ComplexTypeRenderer.tsx component
  3. It won't work (your custom component doesn't take effect)

Expected behavior The custom ComplexTypeRenderer should take effect

arthuralee avatar Mar 09 '23 20:03 arthuralee