@sitecore-jss/sitecore-jss-react 22.1.0-canary.7 → 22.1.0-canary.8

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.
@@ -28,7 +28,7 @@ const withSitecoreContext_1 = require("../enhancers/withSitecoreContext");
28
28
  class ErrorBoundary extends react_1.default.Component {
29
29
  constructor(props) {
30
30
  super(props);
31
- this.defaultErrorMessage = 'There was a problem loading this section. Refresh your browser to try again.'; // eslint-disable-line
31
+ this.defaultErrorMessage = 'There was a problem loading this section.'; // eslint-disable-line
32
32
  this.defaultLoadingMessage = 'Loading component...';
33
33
  this.state = { error: null };
34
34
  }
@@ -3,7 +3,7 @@ import { withSitecoreContext } from '../enhancers/withSitecoreContext';
3
3
  class ErrorBoundary extends React.Component {
4
4
  constructor(props) {
5
5
  super(props);
6
- this.defaultErrorMessage = 'There was a problem loading this section. Refresh your browser to try again.'; // eslint-disable-line
6
+ this.defaultErrorMessage = 'There was a problem loading this section.'; // eslint-disable-line
7
7
  this.defaultLoadingMessage = 'Loading component...';
8
8
  this.state = { error: null };
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sitecore-jss/sitecore-jss-react",
3
- "version": "22.1.0-canary.7",
3
+ "version": "22.1.0-canary.8",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "sideEffects": false,
@@ -61,14 +61,14 @@
61
61
  "react-dom": "^18.2.0"
62
62
  },
63
63
  "dependencies": {
64
- "@sitecore-jss/sitecore-jss": "^22.1.0-canary.7",
64
+ "@sitecore-jss/sitecore-jss": "^22.1.0-canary.8",
65
65
  "fast-deep-equal": "^3.1.3",
66
66
  "prop-types": "^15.8.1",
67
67
  "style-attr": "^1.3.0"
68
68
  },
69
69
  "description": "",
70
70
  "types": "types/index.d.ts",
71
- "gitHead": "2da086e0c3f53114ce29e3618f66046b9a34d6d0",
71
+ "gitHead": "74bfc5998039cdc358f5e715febb54997fcd7ef1",
72
72
  "files": [
73
73
  "dist",
74
74
  "types"