We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think there might be a compilation issue before it was published. I get the following when I try to run it:
SyntaxError: /Users/xxxx/code/meerkat/meerkat-web/node_modules/aws-amplify-react-hooks/src/index.js: Unexpected token (2:12) 1 | // @flow > 2 | import type { Node, ComponentType, Element } from 'react' | ^ 3 | import React, { createContext, useEffect, useContext, useReducer } from 'react' 4 | import _ from 'lodash' 5 | import type { ActionT, StateT } from './types'
The text was updated successfully, but these errors were encountered:
Running in a React Native project? Which version?
Sorry, something went wrong.
Ah! Good point. I just made the assumption that it was platform agnostic 😆 I'm running a React project (create-react-app generated).
gHashTag
No branches or pull requests
I think there might be a compilation issue before it was published. I get the following when I try to run it:
The text was updated successfully, but these errors were encountered: