CharlesSpace
CharlesSpace
{ fieldname: 'file', originalname: 'w�1990.jpeg', encoding: '7bit', mimetype: 'image/jpeg', destination: './upload', filename: 'd93f5b48-e576-4f76-97e3-bd41bc3f7ef0.jpeg', path: 'upload\\d93f5b48-e576-4f76-97e3-bd41bc3f7ef0.jpeg', size: 189400 }
> ```js > ignore: ['.DS_Store', '**/index.html'], > ``` > globalOptions.ignore seems only work on alone '**/index.html' but i can use fliter option hahaha.
I revert my project's react version, use react v18 "react": "^18.2.0", "react-dom": "^18.2.0", and type library "@types/react": "^18.2.7", "@types/react-dom": "^18.2.4", seems not have this element.ref error
Downgrade react 19 to react 18, and there will be no such error
You are so beautiful
I encountered it too. How did you solve it ?
``` import type { MosaicNode} from 'react-mosaic-component' export type ViewId = 'a' | 'b' | 'c' export const Mosaic = memo(() => { const [originLayout] = useState({ direction: 'row', first:...