@atlaskit/editor-ssr-renderer 3.1.1 → 3.1.2
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/CHANGELOG.md
CHANGED
|
@@ -386,6 +386,7 @@ function EditorSSRRenderer(_ref) {
|
|
|
386
386
|
} catch (_unused2) {
|
|
387
387
|
return undefined;
|
|
388
388
|
}
|
|
389
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-usememo-deps -- Ignored via go/ees017 (to be fixed)
|
|
389
390
|
}, [doc, serializer, nodePositions, onSSRMeasure]);
|
|
390
391
|
var containerRef = (0, _react.useRef)(null);
|
|
391
392
|
(0, _react.useLayoutEffect)(function () {
|
|
@@ -294,6 +294,7 @@ export function EditorSSRRenderer({
|
|
|
294
294
|
} catch {
|
|
295
295
|
return undefined;
|
|
296
296
|
}
|
|
297
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-usememo-deps -- Ignored via go/ees017 (to be fixed)
|
|
297
298
|
}, [doc, serializer, nodePositions, onSSRMeasure]);
|
|
298
299
|
const containerRef = useRef(null);
|
|
299
300
|
useLayoutEffect(() => {
|
|
@@ -377,6 +377,7 @@ export function EditorSSRRenderer(_ref) {
|
|
|
377
377
|
} catch (_unused2) {
|
|
378
378
|
return undefined;
|
|
379
379
|
}
|
|
380
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-usememo-deps -- Ignored via go/ees017 (to be fixed)
|
|
380
381
|
}, [doc, serializer, nodePositions, onSSRMeasure]);
|
|
381
382
|
var containerRef = useRef(null);
|
|
382
383
|
useLayoutEffect(function () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-ssr-renderer",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.2",
|
|
4
4
|
"description": "SSR Renderer based on Editor",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"atlassian": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@atlaskit/adf-schema": "^52.4.0",
|
|
31
31
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
32
32
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
33
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
33
|
+
"@atlaskit/tmp-editor-statsig": "^44.0.0",
|
|
34
34
|
"@babel/runtime": "^7.0.0",
|
|
35
35
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
36
36
|
},
|