@pingux/astro 2.180.1-alpha.0 → 2.181.4-alpha.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/lib/cjs/components/Box/Box.test.js +1 -1
- package/lib/cjs/hooks/useLoadPrev/useLoadPrev.test.js +1 -1
- package/lib/cjs/libs/astro/src/types/overlayPanel.d.ts +1 -1
- package/lib/cjs/libs/astro/tsconfig.lib.tsbuildinfo +1 -1
- package/lib/components/Box/Box.test.js +1 -1
- package/lib/hooks/useLoadPrev/useLoadPrev.test.js +1 -1
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ import { universalComponentTests } from '../../utils/testUtils/universalComponen
|
|
|
7
7
|
import Box from '.';
|
|
8
8
|
|
|
9
9
|
// Emotion Cache added as test fails otherwise, root cause of this failure is unknown.
|
|
10
|
-
// Failure
|
|
10
|
+
// Failure occurred with ThemeUI refactor.
|
|
11
11
|
// https://github.com/emotion-js/emotion/issues/1105#issuecomment-557726922
|
|
12
12
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
13
13
|
var emotionCache = createCache({
|
|
@@ -59,7 +59,7 @@ describe('useLoadPrev', function () {
|
|
|
59
59
|
}
|
|
60
60
|
});
|
|
61
61
|
expect(onLoadPrev).toHaveBeenCalledTimes(1);
|
|
62
|
-
// will call
|
|
62
|
+
// will call because props have changed.
|
|
63
63
|
rerender(___EmotionJSX(TestComponent, {
|
|
64
64
|
items: [1, 2, 3, 4, 5]
|
|
65
65
|
}));
|