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
I believe there is a single operator in the sourcecode that made 9.x drop support for node 14.x early. It is a &&= operator, which was added in Node 15.
Since I could not find any warnings of dropped Node 14 support in 9.2 (seem to have happened here before 10.x), I think this may have been a mistake, and may be worth a patch.
In which version was support for 14.x oficially dropped?
Thanks!
The text was updated successfully, but these errors were encountered:
@testing-library/dom
version: 9.3I believe there is a single operator in the sourcecode that made 9.x drop support for node 14.x early. It is a &&= operator, which was added in Node 15.
It was commited in the 9.2 release: eadf748
Since I could not find any warnings of dropped Node 14 support in 9.2 (seem to have happened here before 10.x), I think this may have been a mistake, and may be worth a patch.
In which version was support for 14.x oficially dropped?
Thanks!
The text was updated successfully, but these errors were encountered: