import { DraggablePanel, DraggablePanelBody, DraggablePanelContainer } from '@lobehub/ui'; import { createStyles } from 'antd-style'; import dynamic from 'next/dynamic'; import { memo, useState } from 'react';
I have this issue when I'm trying to run the tests with this configuration: jest.config.js module.exports = { verbose: true, preset: 'react-native-web' } babel.config.js module.exports = { presets: [ '@babel/react', [ '@babel/preset-env'...
module.exports = { externals: { "react": "React", "react-dom": "ReactDOM" }, ... }; If that's not an option for you, here's the repo I made. To run it, install webpack and the dev-server first npm install webpack webpack-dev-server -g, and then npm ...