Add yet-another-react-lightbox package and update .gitignore to exclude node_modules
This commit is contained in:
5
frontend/node_modules/react-dnd/dist/hooks/useIsomorphicLayoutEffect.js
generated
vendored
5
frontend/node_modules/react-dnd/dist/hooks/useIsomorphicLayoutEffect.js
generated
vendored
@@ -1,5 +0,0 @@
|
||||
import { useEffect, useLayoutEffect } from 'react';
|
||||
// suppress the useLayoutEffect warning on server side.
|
||||
export const useIsomorphicLayoutEffect = typeof window !== 'undefined' ? useLayoutEffect : useEffect;
|
||||
|
||||
//# sourceMappingURL=useIsomorphicLayoutEffect.js.map
|
||||
Reference in New Issue
Block a user