We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91f361 commit 21db015Copy full SHA for 21db015
tests/ssr.spec.tsx
@@ -55,7 +55,7 @@ describe('SSR', () => {
55
// This may affect ref call. Let's check this also.
56
it('should not block ref', done => {
57
const Demo = ({ open }: any = {}) => {
58
- const ref = React.useRef<HTMLDivElement>();
+ const ref = React.useRef<HTMLDivElement>(null);
59
60
React.useEffect(() => {
61
if (open) {
0 commit comments