<!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> - ref should be passed in props as the component is made ForwardRefRenderFunction. - style prop is not coming in autocomplete, eg: <Flex sty... > ## Current Behavior <!--- If describing a bug, tell us what happens instead of the expected behavior --> <!--- If suggesting a change/improvement, explain the difference from current behavior --> - You can't pass ref as props - You can pass user-defined style it will be overwritten if default is present ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> <!--- or ideas how to implement the addition or change --> ## Steps to Reproduce (for bugs) <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. import Flex 2. Use Flex and pass ref as well as style props. ## Context <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used: nodejs 16.x * Browser name and version: Chrome (103.0.5060.134) * Operating System and version (desktop or mobile): MacOS (12.4) * Link to your project: https://github.com/antstackio/hover-design/pull/25#pullrequestreview-1061682355_
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment