@thefittingroom/shop-ui 4.2.0 → 4.2.1
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.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22221,7 +22221,7 @@ const initFittingRoom = async ({
|
|
|
22221
22221
|
const tfr = new FittingRoomController(
|
|
22222
22222
|
env,
|
|
22223
22223
|
shopId,
|
|
22224
|
-
externalID,
|
|
22224
|
+
String(externalID),
|
|
22225
22225
|
noCacheOnRetry,
|
|
22226
22226
|
modalDivId,
|
|
22227
22227
|
sizeRecMainDivId,
|
package/dist/index.umd.cjs
CHANGED
|
@@ -22225,7 +22225,7 @@ This typically indicates that your device does not have a healthy Internet conne
|
|
|
22225
22225
|
const tfr = new FittingRoomController(
|
|
22226
22226
|
env,
|
|
22227
22227
|
shopId,
|
|
22228
|
-
externalID,
|
|
22228
|
+
String(externalID),
|
|
22229
22229
|
noCacheOnRetry,
|
|
22230
22230
|
modalDivId,
|
|
22231
22231
|
sizeRecMainDivId,
|