react-event-listener icon indicating copy to clipboard operation
react-event-listener copied to clipboard

Upgrade to @babel/runtime 7.1.2

Open rooch84 opened this issue 5 years ago • 7 comments

Meteor.js doesn't like Babel 7.0.0 due to a breaking change. Please can you update the package dependency to 7.1.2?

rooch84 avatar Oct 16 '18 08:10 rooch84

Do you know why the version mismatch is an issue in the first place. I would expect it to be resilient.

oliviertassinari avatar Oct 16 '18 08:10 oliviertassinari

https://blog.meteor.com/meteor-1-8-erases-the-debts-of-1-7-77af4c931fe3

See "Dependency Upgrades".

rooch84 avatar Oct 16 '18 08:10 rooch84

The problem is not @babel/runtime 7.0.0, it is 7.0.0-beta.42. There was a breaking change in beta.56, so versions before that are not compatible with the final releases of the babel 7 ecosystem.

yched avatar Oct 21 '18 19:10 yched

Has anyone found a way to use material-ui 0.20.1 with meteor 1.8?

kratam avatar Nov 04 '18 11:11 kratam

My meteor application is stuck because of this error too. Some screenshots might help:

react-event-listener

react-event-listener-1

wasifb avatar Nov 21 '18 02:11 wasifb

This is a major breaking change affecting production users. Please address this.

Swivelgames avatar Dec 05 '18 23:12 Swivelgames

Fixed by #98 @oliviertassinari

wojtekmaj avatar Dec 27 '18 14:12 wojtekmaj