@mhosaic/feedback 0.30.0 → 0.31.0
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/{chunk-5F36UFXG.mjs → chunk-AA24TFKX.mjs} +5 -3
- package/dist/chunk-AA24TFKX.mjs.map +1 -0
- package/dist/embed.min.js +2 -2
- package/dist/embed.min.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/react.mjs +1 -1
- package/dist/widget.min.js +2 -2
- package/dist/widget.min.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-5F36UFXG.mjs.map +0 -1
|
@@ -1866,6 +1866,8 @@ function BoardView({
|
|
|
1866
1866
|
}, [filtersHash(filters), thisPage, reloadTick]);
|
|
1867
1867
|
useEffect2(() => {
|
|
1868
1868
|
let cancelled = false;
|
|
1869
|
+
setPage(null);
|
|
1870
|
+
setKpis(null);
|
|
1869
1871
|
setLoading(true);
|
|
1870
1872
|
const poll = startPoll(async () => {
|
|
1871
1873
|
try {
|
|
@@ -6203,8 +6205,8 @@ function createFeedback(config) {
|
|
|
6203
6205
|
capture_method: captureMethod,
|
|
6204
6206
|
technical_context
|
|
6205
6207
|
};
|
|
6206
|
-
if ("0.
|
|
6207
|
-
payload.widget_version = "0.
|
|
6208
|
+
if ("0.31.0") {
|
|
6209
|
+
payload.widget_version = "0.31.0";
|
|
6208
6210
|
}
|
|
6209
6211
|
if (manualScreenshots?.length) {
|
|
6210
6212
|
payload.screenshots = manualScreenshots;
|
|
@@ -6330,4 +6332,4 @@ function createFeedback(config) {
|
|
|
6330
6332
|
export {
|
|
6331
6333
|
createFeedback
|
|
6332
6334
|
};
|
|
6333
|
-
//# sourceMappingURL=chunk-
|
|
6335
|
+
//# sourceMappingURL=chunk-AA24TFKX.mjs.map
|