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 all exported method are in single location, but we may want those to be grouped based on it's component.
How to Reproduce
import a component from @dhi/react-components-lab and we will see messed up component and it's belonging.
Expected
Importing component from this @dhi/react-components-lab should return main component only, other supported type, method, etc should accessed from it's parent, @dhi/react-components-lab/{component_name}
The text was updated successfully, but these errors were encountered:
Issue
Currently all exported method are in single location, but we may want those to be grouped based on it's component.
How to Reproduce
@dhi/react-components-lab
and we will see messed up component and it's belonging.Expected
@dhi/react-components-lab
should return main component only, other supported type, method, etc should accessed from it's parent,@dhi/react-components-lab/{component_name}
The text was updated successfully, but these errors were encountered: