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
import styled from 'styled-components';
import {Tooltip} from 'react-tooltip'
export const StyledReactTooltip = styled(Tooltip)background-color: white !important; color: black !important; box-shadow: 0px 2px 20px lightgray; &:after { border-top-color: white !important; };
./node_modules/react-tooltip/dist/react-tooltip.min.mjs
Can't import the named export 'arrow' from non EcmaScript module (only default export is available)
The text was updated successfully, but these errors were encountered:
What version of react-scripts are you running? Are you able to upgrade to at least 5.0.1? Please let us know so we can add this solution to our troubleshooting section.
import styled from 'styled-components';
import {Tooltip} from 'react-tooltip'
export const StyledReactTooltip = styled(Tooltip)
background-color: white !important; color: black !important; box-shadow: 0px 2px 20px lightgray; &:after { border-top-color: white !important; }
;./node_modules/react-tooltip/dist/react-tooltip.min.mjs
Can't import the named export 'arrow' from non EcmaScript module (only default export is available)
The text was updated successfully, but these errors were encountered: