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}
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-laband we will see messed up component and it's belonging.Expected
@dhi/react-components-labshould return main component only, other supported type, method, etc should accessed from it's parent,@dhi/react-components-lab/{component_name}