Read the docs and I see that I've done everything right. Have a typed functional component with named export and can see somehow a lot more entries in prop table apart from normal props.
Below is my component which renders a whole lot of extra props. I mean a lot of extra hrefLang, download, draggable , lang, tabIndex and what not. I see propFilter options under Loader Options but again not sure how to use it if it all it can help in my case. Docs can be more clear.
Read the docs and I see that I've done everything right. Have a typed functional component with named export and can see somehow a lot more entries in prop table apart from normal props.
Below is my component which renders a whole lot of extra props. I mean a lot of extra
hrefLang, download, draggable , lang, tabIndex
and what not. I seepropFilter
options underLoader Options
but again not sure how to use it if it all it can help in my case. Docs can be more clear.Notes - Docs can also be updated for the fact that I can use different name for
add("AnyName")
when my component is<Button>