Hi
I get following error, when using radix-ui tooltip-core component. Any ideas whats the problem there?
ERROR in ./node_modules/@plasmicpkgs/radix-ui/dist/index.mjs 7:0-82
Module not found: Error: Can’t resolve ‘@plasmicapp/host/registerComponent’ in ‘C:\dev\FPRE.IMBAS.App\node_modules@plasmicpkgs\radix-ui\dist’
Did you mean ‘index.esm.js’?
BREAKING CHANGE: The request ‘@plasmicapp/host/registerComponent’ failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a ‘.mjs’ file, or a '.js’ file where the package.json contains '“type”: "modul
How to solve that one?