IjzerenHein / firestorter

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

Under init.ts, the exported makeContext function does not have a type of config param. #120

Closed alexandarnikita closed 3 years ago

IjzerenHein commented 3 years ago

makeContext has been deprecated, use makeFirestorterContext instead which does have a type param

alexandarnikita commented 3 years ago

@IjzerenHein Even though we are not using makeContext inside of our application, but we are getting compile failed. The main reason is makeContext is export function of this module. We should remove this deprecated function from the init.ts

IjzerenHein commented 3 years ago

Gotcha. You just could have told me in the description you know?

alexandarnikita commented 3 years ago

Sorry about that... Later if there is any new issues comes up, I will write down more details in the description. When are you going to update this issue and release the next version?

IjzerenHein commented 3 years ago

I've removed the makeContext function and just published a new release: https://github.com/IjzerenHein/firestorter/releases/tag/v3.0.1