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
Upgrading cable_ready and stimulus_reflex to latest version (ie. rc1), warns me around version mismatch:
stimulus_reflex.js:667 Reflex failed due to cable_ready gem/NPM package version mismatch. Package versions must match exactly.
Note that if you are using pre-release builds, gems use the "x.y.z.preN" version format, while NPM packages use "x.y.z-preN".
cable_ready gem: 5.0.0.rc1
cable_ready NPM: 5.0.0-rc1
To Reproduce
Upgrade both stimulus_reflex and cable_ready to latest rc1 for gems and npm packages. Launch your server; trigger a reflex on your app: this leads you to the warning in the browser console.
Expected behavior
A clear and concise description of what you expected to happen.
Versions
StimulusReflex
Gem: 3.5.0.rc1
Node package: 3.5.0-rc1
The text was updated successfully, but these errors were encountered:
Simply add `rc` as suffix as `pre` is a suffix used in version.
Fixes#649
## Why should this be added
Since the rc has been released, we should compare versions between gem
and npm taking into account the `rc` suffix (and not only `pre`)
Bug Report
Describe the bug
Upgrading
cable_ready
andstimulus_reflex
to latest version (ie.rc1
), warns me around version mismatch:To Reproduce
Upgrade both stimulus_reflex and cable_ready to latest rc1 for gems and npm packages. Launch your server; trigger a reflex on your app: this leads you to the warning in the browser console.
Expected behavior
A clear and concise description of what you expected to happen.
Versions
StimulusReflex
The text was updated successfully, but these errors were encountered: