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
Fix reference to StimulusReflex::VersionMismatchError (#665)
# Bug fix
## Description
This reference to `StimulusReflex::Reflex::VersionMismatchError` in
`StimulusReflex::Channel` is using an old namespace that was changed
recently to `StimulusReflex::VersionMismatchError`.
## Why should this be added
Fixes#664 reported by @obie, additional discussion here:
https://discord.com/channels/629472241427415060/733725826411135107/1113306088796864615
## Checklist
- [x] My code follows the style guidelines of this project
- [x] Checks (StandardRB & Prettier-Standard) are passing
---------
Co-authored-by: Marco Roth <[email protected]>
0 commit comments