Cannot find module ReactElementSymbol

Hello Guys,

Looks like I can’t find any related issue of this in google. We got error on client side and here’s the error.

Uncaught Error: Cannot find module './ReactElementSymbol'
    at makeMissingError (modules-runtime.js?hash=8587d188e038b75ecd27ed2469a52b269e38fb62:231)
    at require (modules-runtime.js?hash=8587d188e038b75ecd27ed2469a52b269e38fb62:241)
    at ReactElement.js (modules.js?hash=e59e333525fe2cd1ba8cbd4c5d65782de46060e9:10097)
    at fileEvaluate (modules-runtime.js?hash=8587d188e038b75ecd27ed2469a52b269e38fb62:343)
    at require (modules-runtime.js?hash=8587d188e038b75ecd27ed2469a52b269e38fb62:238)
    at ReactChildren.js (modules.js?hash=e59e333525fe2cd1ba8cbd4c5d65782de46060e9:9709)
    at fileEvaluate (modules-runtime.js?hash=8587d188e038b75ecd27ed2469a52b269e38fb62:343)
    at require (modules-runtime.js?hash=8587d188e038b75ecd27ed2469a52b269e38fb62:238)
    at React.js (modules.js?hash=e59e333525fe2cd1ba8cbd4c5d65782de46060e9:9612)
    at fileEvaluate (modules-runtime.js?hash=8587d188e038b75ecd27ed2469a52b269e38fb62:343)

Can anyone tell what error is this, right now it affects the second load of page the collection return is empty.

TY