After having switched to using React 18 it appears that atlaskit popups, dropdown menus and onboarding spotlights are not displaying correctly. They are either not appearing at all or sometimes appearing in the top left of the screen. Removing <React.StrictMode>
seems to resolve these issues but that is not really a desirable solution. Is there a proper solution to this?
Using:
- “@atlaskit/dropdown-menu”: “^13.0.4”,
- “@atlaskit/onboarding”: “^13.0.3”,
- “@atlaskit/popup”: “^2.0.3”,