8.34.0 (2022-04-12)
Features
Breaking changes
- This removes the old
tagprop from<InView>, that was deprecated byassome years ago. If you haven't changed it, this could break your build. The fix would be to replace all instances oftagwithas. - Changed the type of
asfrom the oldReactTypetoElementType. This would only be a problem if you are still using the old version of the React Types.