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
Since the Chrome Extension is managed completely separately from npm packages — this could very easily lead to version mismatches and bugs because of that.
There needs to be an automatic version checker the would display a warning in the console, asking to update the npm package/extension, depending on which has a lower version.
The extension and extension-adapter should be a noop in a mismatch.
The text was updated successfully, but these errors were encountered:
Since the Chrome Extension is managed completely separately from npm packages — this could very easily lead to version mismatches and bugs because of that.
There needs to be an automatic version checker the would display a warning in the console, asking to update the npm package/extension, depending on which has a lower version.
The
extension
andextension-adapter
should be a noop in a mismatch.The text was updated successfully, but these errors were encountered: