scorer-ui-kit 1.2.7-liveboard-patch.7 → 1.2.7-liveboard-patch.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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4976,7 +4976,7 @@ var LineUIRTCWithFallback = function LineUIRTCWithFallback(_ref) {
|
|
|
4976
4976
|
id: '1',
|
|
4977
4977
|
enabled: true,
|
|
4978
4978
|
setError: handleRTCError
|
|
4979
|
-
}), useFallback && React__default.createElement(React__default.Fragment, null, React__default.createElement(SnapshotImage, {
|
|
4979
|
+
}), useFallback && React__default.createElement(React__default.Fragment, null, snapshotSrc && React__default.createElement(SnapshotImage, {
|
|
4980
4980
|
ref: imageRef,
|
|
4981
4981
|
src: snapshotSrc,
|
|
4982
4982
|
onLoad: onImageLoad,
|