-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
I found requestCache caused a bug.
In server side, componentDidUpdate never be called. As a result, requestCache
never be cleaned.
I used react-relay-network-modern-ssr in my project and this was ok when I loaded the website for the first time. This queried data correctly. However, after I reload the website, this did not request again to get the newest data.
Because nodejs
never import each module again, requestCache
will never be cleaned in server
.
robrichard, juhaelee, m64253, kane-c, crash7 and 5 more