Closed
Description
I'm getting a crash on line 65 of forbid-prop-types.js. Cannot read property 'name' of undefined
. My guess is that the line above (declaration.value = declaration.value.object;
) is storing an object without a property value, which then crashes. It could probably be fixed by just doing an existence check, but I'm not entirely sure that there isn't an upstream issue that's the root cause.