Vite hrm not picking up changes #8519
|
I am using vite with react app for this small app. Just starting. For some reason when I introduced one component (GroceryList) hrm is not picking up changes for this component, either from css module file or from jsx file. Here is a link for the branch with this component added Everything works fine when I start the app initially, but any other changes are not picked up. |
Answered by
sapphi-red
Jun 9, 2022
Replies: 1 comment 1 reply
|
Your directory name is |
1 reply
Answer selected by
patak-cat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your directory name is
GroceryLIst(iis uppercase) but you are importing it withGroceryList.https://github.com/BSlaven/my_grocery_list/blob/bcefc63684ec6cdfbf3afc25d95836f3a6f53fa0/src/App.jsx#L2
HMR fails when case is different.