You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have to manually maintain our props tables, which is error prone.
We can use https://github.com/reactjs/react-docgen to automatically generate those from our source code.
A prerequisite for this task is to expose the prop types from webrix.
Something like:
import{MovableProps}from'webrix/components';// Orimport{Movable}from'webrix/components';// Access through Movable.Props
The text was updated successfully, but these errors were encountered:
Currently, we have to manually maintain our props tables, which is error prone.
We can use https://github.com/reactjs/react-docgen to automatically generate those from our source code.
A prerequisite for this task is to expose the prop types from
webrix
.Something like:
The text was updated successfully, but these errors were encountered: