I've got a compose multi-platform project, with de...
# compose-web
p
I've got a compose multi-platform project, with desktop and wasmJs targets. Now and then the browser seems oblivious to any changes that I've made in my application, but if I then run the browser in incognito mode it picks up the latest version. Is there anything I can do to fix this, it looks like the browser is sometimes using a cached version.
a
iirc i used to pass an extra query parameter in the url so that i would force the browser to not use the cache
d
Personally, i didn't encounter this behavior
a
Is this for development purposes? If so, just check Disable Cache in developer tools.