Hi,
I want to add feature of uploading documents in my application, I have tried to use @8base-react/file-input, but i am facing some issues like:
- Module not found: react-apollo
- Module not found: apollo/client
I am already using “@apollo/client”: “^3.6.4”
Examples given in the documentation is using old version of file input (@8base/file-input).
Could you please share any live example with @8base-react/file-input or help me solving issue.
Thank you!