javascript
javascript copied to clipboard
fix(backend,nextjs): Replace DevBrowser constant usage for query params
Description
Instead of using Cookies.DevBrowser we should use QueryParameters.DevBrowser when adding dev browser token to the url for consistency even though both constants have the same value.
Checklist
- [x]
npm testruns as expected. - [x]
npm run buildruns as expected. - [x] (If applicable) JSDoc comments have been added or updated for any package exports
- [x] (If applicable) Documentation has been updated
Type of change
- [ ] 🐛 Bug fix
- [ ] 🌟 New feature
- [ ] 🔨 Breaking change
- [x] 📖 Refactoring / dependency upgrade / documentation
- [ ] other:
🦋 Changeset detected
Latest commit: c8efd76612c65c86383c0881ffd182688e64da12
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 0 packages
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR