@instructure/quiz-core 17.48.1-rc.5 → 17.48.1-rc.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.
@@ -161,7 +161,7 @@ var RceConfigProviderComponent = function RceConfigProviderComponent(_ref2) {
161
161
  }, [isNewRCEEnabled, isNewRCERendererEnabled]);
162
162
 
163
163
  if (isRce5Disabled(flags)) {
164
- return /*#__PURE__*/React.createElement(React.Fragment, null, children);
164
+ return children;
165
165
  }
166
166
 
167
167
  if (canvasConfigLoading) {
@@ -184,7 +184,7 @@ var RceConfigProviderComponent = function RceConfigProviderComponent(_ref2) {
184
184
  }, [isNewRCEEnabled, isNewRCERendererEnabled]);
185
185
 
186
186
  if ((0, _rceConfigUtils.isRce5Disabled)(flags)) {
187
- return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, children);
187
+ return children;
188
188
  }
189
189
 
190
190
  if (canvasConfigLoading) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "17.48.1-rc.5+0f9be3928",
3
+ "version": "17.48.1-rc.7+66cd403cc",
4
4
  "license": "MIT",
5
5
  "description": "The Quiz React SDK by Instructure Inc.",
6
6
  "author": "Instructure, Inc. Engineering and Product Design",
@@ -41,11 +41,11 @@
41
41
  ],
42
42
  "dependencies": {
43
43
  "@instructure/outcomes-ui": "^2.1.2",
44
- "@instructure/quiz-common": "17.48.1-rc.5+0f9be3928",
45
- "@instructure/quiz-i18n": "17.48.1-rc.5+0f9be3928",
46
- "@instructure/quiz-interactions": "17.48.1-rc.5+0f9be3928",
47
- "@instructure/quiz-number-input": "17.48.1-rc.5+0f9be3928",
48
- "@instructure/quiz-rce": "17.48.1-rc.5+0f9be3928",
44
+ "@instructure/quiz-common": "17.48.1-rc.7+66cd403cc",
45
+ "@instructure/quiz-i18n": "17.48.1-rc.7+66cd403cc",
46
+ "@instructure/quiz-interactions": "17.48.1-rc.7+66cd403cc",
47
+ "@instructure/quiz-number-input": "17.48.1-rc.7+66cd403cc",
48
+ "@instructure/quiz-rce": "17.48.1-rc.7+66cd403cc",
49
49
  "@instructure/ui-a11y-content": "^7.20.0",
50
50
  "@instructure/ui-alerts": "^7.20.0",
51
51
  "@instructure/ui-avatar": "^7.20.0",
@@ -106,7 +106,7 @@
106
106
  "eventemitter3": "^3.1.0",
107
107
  "humps": "^2.0.0",
108
108
  "immutable": "^3.8.1",
109
- "instructure-validations": "17.48.1-rc.5+0f9be3928",
109
+ "instructure-validations": "17.48.1-rc.7+66cd403cc",
110
110
  "ipaddr.js": "^1.5.4",
111
111
  "isomorphic-fetch": "^2.2.0",
112
112
  "isuuid": "^0.1.0",
@@ -156,7 +156,7 @@
156
156
  "intl": "^1.2.4",
157
157
  "jquery": "^2.2.3",
158
158
  "most-subject": "^5.3.0",
159
- "quiz-presets": "17.48.1-rc.5+0f9be3928",
159
+ "quiz-presets": "17.48.1-rc.7+66cd403cc",
160
160
  "react": "^16.8.6",
161
161
  "react-addons-test-utils": "^15.6.2",
162
162
  "react-dom": "^16.8.6",
@@ -172,5 +172,5 @@
172
172
  "publishConfig": {
173
173
  "access": "public"
174
174
  },
175
- "gitHead": "0f9be3928b96cbb5a78ce7f8bbe765d62625a6fd"
175
+ "gitHead": "66cd403cc9be105bfb29063375a593e3b3bad53d"
176
176
  }