IjzerenHein / firestorter

Use Google Firestore in React with zero effort, using MobX 🤘
http://firestorter.com
MIT License
378 stars 50 forks source link

Attempted import error: 'makeObservable' is not exported from 'mobx'. #129

Closed nikita-inbev closed 3 years ago

nikita-inbev commented 3 years ago

The new version 3.0.1 has another new error "Attempted import error: 'makeObservable' is not exported from 'mobx'."

image @IjzerenHein

IjzerenHein commented 3 years ago

The new v3 version is compatible only with MobX 6 (due to changes in MobX). If you want to use MobX 5 or 4, you'll need to stick with the older v2 version.