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
{{ message }}
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
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>
The text was updated successfully, but these errors were encountered: