I updated all my components to the latest versions and have the following 2 errors so far:
- @atlaskit/dropdown-menu clicking on menu item does not work
Note, component @atlaskit/dropdown-menu uses component @atlaskit/droplist which is being deprecated
Console message:
The “innerRef” API has been removed in styled-components v4 in favor of React 16 ref forwarding, use “ref” instead like a typical component. “innerRef” was detected on component “Droplist__Trigger”
As a work around I changed Droplist.js (in node modules) replacing (2 instances) innerRef with ref.
I would like to see the package updated with similar change.
- InlineDialog component shows the dialog in the upper left corner.
Console message:
StyleSheetManager.js:31 The “innerRef” API has been removed in styled-components v4 in favor of React 16 ref forwarding, use “ref” instead like a typical component. “innerRef” was detected on component “styled.div”.
I am aware these packages will switch over to emotion, but in the meantime can atlaskit update the packages for these 2 items.
I would greatly appreciate this or any advice would be helpful.