deep-foundation / deep-foundation/dev

Module not found: Can't resolve '@mui/material'

Open
#226 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
20
Forks
18
PR merge metrics
No merged PRs in 30d

Description

### Reproducing the error:
Appears in port 3007 after reloading the gitpod page with changing the `deeplinks` and `deepcase` branches from `main` to `cyber`

### Error:
```
Failed to compile
../deepcase/imports/client-handler.js:24:0
Module not found: Can't resolve '@mui/material'
22 | import * as chakra from '@chakra-ui/react';
23 | import * as icons from '@chakra-ui/icons';
> 24 | import * as MUI from '@mui/material';
25 | import * as MUIUtils from '@mui/utils';
26 | import * as IconsMaterial from '@mui/icons-material';
27 | import dynamic from 'next/dynamic';

https://nextjs.org/docs/messages/module-not-found

Import trace for requested module:
../deepcase/imports/cyto/editor.js
./pages/index.tsx
This error occurred during the build process and can only be dismissed by fixing the error.
```
![image](https://github.com/deep-foundation/dev/assets/47035777/c951ad4b-af68-400d-8bea-bc260bbe9544)

![image](https://github.com/deep-foundation/dev/assets/47035777/301db811-6f31-4435-b73f-691c541a1f49)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.