naver / egjs-infinitegrid

A module used to arrange card elements including content infinitely on a grid layout.
https://naver.github.io/egjs-infinitegrid/
MIT License
2.23k stars 95 forks source link

Support React.StrictMode with useFirstRender #475

Closed daybrush closed 2 years ago

daybrush commented 2 years ago

Description

If you use StrictMode and useFirstRender together, the layout is broken.

Steps to check or reproduce