react-swipeable-views
                                
                                 react-swipeable-views copied to clipboard
                                
                                    react-swipeable-views copied to clipboard
                            
                            
                            
                        'SwipeableViews' cannot be used as a JSX component.
'SwipeableViews' cannot be used as a JSX component. Its instance type 'SwipeableViews' is not a valid JSX element. The types returned by 'render()' are incompatible between these types. Type 'import("d:/vuongnh/Web/Avm.Vietbank/Avm.Vietbank/Avm.Vietbank.SunSpa/ClientApp/node_modules/@testing-library/react/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'. Type '{}' is not assignable to type 'ReactNode'.
In your tsconfig.json, try adding
{
  "compilerOptions": {
    "paths": {
      "react": ["./node_modules/@types/react"]
    },
    ...
  },
  ...
}