@campxdev/shared 3.1.5 → 3.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@campxdev/shared",
3
- "version": "3.1.5",
3
+ "version": "3.1.7",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -159,7 +159,7 @@ export function UnAuth({ resetBoundary }) {
159
159
  key: 'login',
160
160
  })
161
161
  } else {
162
- navigate('/auth/login')
162
+ window.location.href = '/auth/login'
163
163
  }
164
164
  }
165
165
  return (
@@ -74,6 +74,7 @@ function ReactJoyRide({
74
74
  <ReactJoyride
75
75
  run={run}
76
76
  steps={customSteps}
77
+ disableScrollParentFix
77
78
  styles={{
78
79
  options: {
79
80
  primaryColor: '#121212',