Page MenuHomePhabricator

D3680.diff
No OneTemporary

D3680.diff

diff --git a/lib/hooks/isomorphic-layout-effect.react.js b/lib/hooks/isomorphic-layout-effect.react.js
new file mode 100644
--- /dev/null
+++ b/lib/hooks/isomorphic-layout-effect.react.js
@@ -0,0 +1,6 @@
+// @flow
+
+import * as React from 'react';
+
+export const useIsomorphicLayoutEffect: typeof React.useEffect =
+ typeof window !== 'undefined' ? React.useLayoutEffect : React.useEffect;

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 24, 7:40 PM (22 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2577144
Default Alt Text
D3680.diff (394 B)

Event Timeline