styleguidist / react-styleguidist

Isolated React component development environment with a living style guide
https://react-styleguidist.js.org/
MIT License
10.83k stars 1.44k forks source link

ComplexTypeRenderder - ComplexTypeRenderer filename typo #2139

Open arthuralee opened 1 year ago

arthuralee commented 1 year ago

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