@myinterview/widget-react 1.1.24-export-ref-actions → 1.1.24-export-ref-actions-02
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/cjs/index.js +3 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +3 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -30258,7 +30258,7 @@ const configGenerator = () => {
|
|
|
30258
30258
|
let release;
|
|
30259
30259
|
try {
|
|
30260
30260
|
environment !== null && environment !== void 0 ? environment : (environment = "staging");
|
|
30261
|
-
release !== null && release !== void 0 ? release : (release = "1.1.24-export-ref-actions");
|
|
30261
|
+
release !== null && release !== void 0 ? release : (release = "1.1.24-export-ref-actions-02");
|
|
30262
30262
|
}
|
|
30263
30263
|
catch (_a) {
|
|
30264
30264
|
console.error('sentry configGenerator error');
|
|
@@ -48565,6 +48565,8 @@ const Widget = React.forwardRef(({ candidate, job, video, config, disabled = fal
|
|
|
48565
48565
|
const [shouldShowWaterMark, setShouldShowWaterMark] = React.useState(false);
|
|
48566
48566
|
const [isCustomStyleProvided, setIsCustomStyleProvided] = React.useState(false);
|
|
48567
48567
|
const { setSitekey, shutdown } = useAccessibility();
|
|
48568
|
+
if (!candidate || !config)
|
|
48569
|
+
return null;
|
|
48568
48570
|
React.useEffect(() => {
|
|
48569
48571
|
if (isAndroid) {
|
|
48570
48572
|
detectIncognito().then((res) => {
|