Closed fsolar closed 7 years ago
Hi, cool for trying out my new package! I just started it and hadn't published to npm yet. Just published it, should work now. 🖖
Hey, I've made some changes to the API to make it easier to use. Also, I've added API documentation with examples to help anyone get started.
Let me know whether I can close this issue.
cheers, Hein
Hi, I'm trying the example now. I'll tell you later, thanks!
Cool, let me know if you have issues.
Hi, im working with this repo https://github.com/rwieruch/react-mobx-firebase-authentication wish already include react router v4, mobx and firebase authentication, so is a good starting point. But i cant make it work with your repo... 😞
If you can tell me what's not working, I can maybe help you. Do you have a public repo I can take a look at?
Yes https://github.com/fsolar/cjm33_2. create-react-app bootrasped. Key info in the Readme.md. Thanks a lot!!!!
My god, your code is a mess..
Anyway, I think this is the reason of the error:
IngresoDeVehiculos.js
...
<Col s={12}>
{this.renderCars}
</Col>
...
You forgot to actually call the renderCars function. It should be {this.renderCars()}
Hahaha yes I know... I'm a web designer and I'm new to the React world and JS ecosystem, but thanks again, that worked, it was just a typo.
Your welcome 👍
Im getting this error after "yarn add firestore-react-mobx":
yarn add v1.1.0 [1/4] Resolving packages... error Couldn't find package "firestore-react-mobx" on the "npm" registry. info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
same with npm