Compiled with problems: ERROR in ./src/preview.tsx 12:0 51 Module not found: ERROR: Can't resolve 'react query/types/react' in 'H:\ivoyant\form builder\client\src\preview'
This error message suggests that the module 'react query/types/react' cannot be found in the 'H:\ivoyant\form builder\client\src\preview' directory. It could be caused by a few things:
The module is not installed in your project. Make sure you have it installed
The module is not correctly imported in your file. Check the import statement.
The module path might be incorrect.
It would be helpful to see the import statement and your dependencies in your package.json file to determine the exact cause of this error.
This error message suggests that the module 'react query/types/react' cannot be found in the 'H:\ivoyant\form builder\client\src\preview' directory. It could be caused by a few things:
The module is not installed in your project. Make sure you have it installed
The module is not correctly imported in your file. Check the import statement.
The module path might be incorrect.
It would be helpful to see the import statement and your dependencies in your package.json file to determine the exact cause of this error.