UWCodeForce / student-net

https://uwcodeforce.ca
2 stars 11 forks source link

Switch to chakra #40

Closed nickvichai closed 2 years ago

nickvichai commented 2 years ago

closes #33

xTrig commented 2 years ago

I get the following error when loading the homepage with this build.

Module not found: Can't resolve '@chakra-ui/icons' app_1 | 17 | Stack, app_1 | 18 | } from '@chakra-ui/react'; app_1 | > 19 | import HamburgerIcon from '@chakra-ui/icons'; app_1 | 20 | import CloseIcon from '@chakra-ui/icons'; app_1 | 21 | app_1 | 22 | const Links = ['Home', 'Forum', 'Courses', 'Jobs', 'Housing', 'RateMyProfessor'];

nickvichai commented 2 years ago

I get the following error when loading the homepage with this build.

Module not found: Can't resolve '@chakra-ui/icons' app_1 | 17 | Stack, app_1 | 18 | } from '@chakra-ui/react'; app_1 | > 19 | import HamburgerIcon from '@chakra-ui/icons'; app_1 | 20 | import CloseIcon from '@chakra-ui/icons'; app_1 | 21 | app_1 | 22 | const Links = ['Home', 'Forum', 'Courses', 'Jobs', 'Housing', 'RateMyProfessor'];

Fixed. I forgot I changed my module folder to match, but its easier to just change it in the code to match the folder.