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
mockery's useCleanCache option causes componentWillMount to cause TypeError: Cannot read property '_currentElement' of null
Probably due to _currentElement being loaded using require statement.
Proposal:
disable useCleanCache from before
provide afterEach with mockery.resetCache()
The text was updated successfully, but these errors were encountered:
mockery
'suseCleanCache
option causes componentWillMount to causeTypeError: Cannot read property '_currentElement' of null
Probably due to _currentElement being loaded using require statement.
Proposal:
disable
useCleanCache
frombefore
provide
afterEach
withmockery.resetCache()
The text was updated successfully, but these errors were encountered: