feat: create sidekick with portal #1023
Annotations
2 errors
Run npm run test:vitest:
src/components/tooltip-popup/tooltip-popup.tsx#L8
SyntaxError: Named export 'createPopperScope' not found. The requested module '@radix-ui/react-popper' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from '@radix-ui/react-popper';
const { createPopperScope } = pkg;
❯ src/components/tooltip-popup/tooltip-popup.tsx:8:31
|
Run npm run test:vitest
Process completed with exit code 1.
|
Loading