aleph.js
aleph.js copied to clipboard
Dev mode: The server content will not be updated until the page component is updated.
trafficstars
When I update a component file imported from page component, it is rendered correctly by HMR. However, when I reload the browser, the following warning appears in the browser console.
Warning: Text content did not match. Server: "XXX" Client: "YYY"
This warning can be resolved by updating the page component file.
Expected: When a module file imported from page is updated, the contents of the dev server will also be updated.
#446 It's probably a common problem.