sheaivey / react-axios

Axios Components for React with child function callback
MIT License
180 stars 20 forks source link

Error importing axios #16

Closed alienriquebm closed 7 years ago

alienriquebm commented 7 years ago

Hi, i am really new on ReactJS, i run:

$ npm install react-axios and installs ok. (I can see the folder on node_modules).

On my program when import the files:

import { AxiosProvider, Get} from 'react-axios'

It brings me this error:

image

Can you help me?

alienriquebm commented 7 years ago

Nevermind, i run npm install axios and the problem is gone. But, you should't include this step on your documentation?

sheaivey commented 7 years ago

Axios is listed as a peer dependency so you can use a specific version with your app. I'll update the readme to make that more obvious.