This repository was archived by the owner on Sep 1, 2024. It is now read-only.
This repository was archived by the owner on Sep 1, 2024. It is now read-only.
Got Cannot read property '@@toStringTag' of undefined #256
Closed
Description
Somehow, this line is executed when propValue
is undefined
:
prop-types/factoryWithTypeCheckers.js
Line 508 in 48eb8fa
It would be good to put a guard and a warning?