Uncaught TypeError: Object(...) is not a function

We were able to fix this by including all JS files exactly per the documentation (before we were including one of Zoom JS files using JS injection).

However, a new problem appeared.

react-dom.min.js:117 TypeError: _.isNil is not a function
    at zoom-meeting-1.9.5.min.js:formatted:28460
    at Td (react-dom.min.js:82)
    at mg (react-dom.min.js:90)
    at hi (react-dom.min.js:106)
    at Qg (react-dom.min.js:144)
    at Rg (react-dom.min.js:145)
    at Sc (react-dom.min.js:158)
    at Z (react-dom.min.js:156)
    at Kc (react-dom.min.js:155)
    at ya (react-dom.min.js:153)

react-dom.min.js:157 Uncaught TypeError: _.isNil is not a function
    at zoom-meeting-1.9.5.min.js:formatted:28460
    at Td (react-dom.min.js:82)
    at mg (react-dom.min.js:90)
    at hi (react-dom.min.js:106)
    at Qg (react-dom.min.js:144)
    at Rg (react-dom.min.js:145)
    at Sc (react-dom.min.js:158)
    at Z (react-dom.min.js:156)
    at Kc (react-dom.min.js:155)
    at ya (react-dom.min.js:153)

@MaxM do you have any suggestions on those?