You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
change in code does not reflect in the dev server. this bug was introduced due to docker-compose. Somehow docker-compose prevents the change in dev server.
To Reproduce
Steps to reproduce the behavior:
start the dev server by docker-compose up in vs code terminal
try commenting some import in any client/src file
checkout localhost 3000
it does show any error in fact changes do not reflect.
Expected behavior
Changes should reflect in dev server as it was before docker
The text was updated successfully, but these errors were encountered:
Describe the bug
change in code does not reflect in the dev server. this bug was introduced due to docker-compose. Somehow docker-compose prevents the change in dev server.
To Reproduce
Steps to reproduce the behavior:
docker-compose up
in vs code terminalExpected behavior
Changes should reflect in dev server as it was before docker
The text was updated successfully, but these errors were encountered: