Dropdown not Open Proper position in localhost react Strict Mode
pushkar-embrill opened this issue · 2 comments
pushkar-embrill commented
I have Implemented a Dropdown in ReactJs project. Right now I cannot open the dropdown at the proper position in localhost strict mode.
When I implemented it, it was working perfectly. Even it is working on the live site but not in localhost.
"@coreui/coreui": "^4.2.0",
"@coreui/react": "^4.3.0",
<CDropdownMenu>
<CDropdownItem>
name
</CDropdownItem>
pushkar-embrill commented
mrholek commented
Please update
"@coreui/coreui": "^4.2.6",
"@coreui/react": "^4.8.0",
and check if problem exist.