facebook / prop-types

Runtime type checking for React props and similar objects
MIT License
4.48k stars 358 forks source link

Remove object-assign dependency #408

Open oliviertassinari opened 6 months ago

oliviertassinari commented 6 months ago

I imagine that it would makes sense to match what react is doing: https://github.com/facebook/react/pull/23351 and https://github.com/facebook/react/pull/28480

ljharb commented 6 months ago

If this package does a major bump, that’s a change we can make then, but that’s not a sufficient reason to do a major bump.