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
We should add a versioned query param to the loading of the JavaScript modules to avoid issues with browsers caching an older version when an application is updated.
We should add a versioned query param to the loading of the JavaScript modules to avoid issues with browsers caching an older version when an application is updated.
e.g. in
JsModuleManager
The tricky part would be to set that version in code based on the
Directory.Build.props
environment variableCoreVersion
.The text was updated successfully, but these errors were encountered: