You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that Node.js SecureContext does not like getOwnPropertyDescriptor called on it.
TypeError: Method _external called on incompatible receiver #<SecureContext>
at Function.getOwnPropertyDescriptor (<anonymous>)
at _clone (/var/task/node_modules/clone/clone.js:156:24)
at _clone (/var/task/node_modules/clone/clone.js:162:18)
at _clone (/var/task/node_modules/clone/clone.js:162:18)
at _clone (/var/task/node_modules/clone/clone.js:162:18)
at _clone (/var/task/node_modules/clone/clone.js:162:18)
at _clone (/var/task/node_modules/clone/clone.js:162:18)
at _clone (/var/task/node_modules/clone/clone.js:162:18)
at _clone (/var/task/node_modules/clone/clone.js:162:18)
at _clone (/var/task/node_modules/clone/clone.js:162:18)
The text was updated successfully, but these errors were encountered:
It appears that Node.js
SecureContext
does not likegetOwnPropertyDescriptor
called on it.The text was updated successfully, but these errors were encountered: