the render output of the model is different on load(ctrl+r in browser) and hot module replacement in dev server (ctrl+s some file with no changes to trigger). mainly the colors are being changed.
do yarn dev then after localhost loads do ctrl+s in page.tsx while observing the dog model in the browser you will notice lighting or color change.
the render output of the model is different on load(ctrl+r in browser) and hot module replacement in dev server (ctrl+s some file with no changes to trigger). mainly the colors are being changed.
do yarn dev then after localhost loads do
ctrl+s
in page.tsx while observing thedog
model in the browser you will notice lighting or color change.