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
I'm just started to explore the-platform library. For contribution, I fork the repository and then clone it to local machine. In example folder, I run a command yarn start which open live server on port http://localhost:1234/. If made changes to example/App.js file then parceljs (hot module replacement) doesn't remove an old component from DOM.
I think this problem with parceljs. May be we have to toggle configuration of parceljs
The text was updated successfully, but these errors were encountered:
I'm just started to explore
the-platform
library. For contribution, I fork the repository and then clone it to local machine. Inexample
folder, I run a commandyarn start
which open live server on porthttp://localhost:1234/
. If made changes toexample/App.js
file thenparceljs
(hot module replacement) doesn't remove an old component from DOM.I think this problem with
parceljs
. May be we have to toggle configuration ofparceljs
The text was updated successfully, but these errors were encountered: