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
Do you want to request a feature or report a bug? bug
What is the current behavior? when using the form generator it does not import redux-form in the enhancer
redux-form
What is the expected behavior? it should add an import statement for redux-form
import
Which versions of dependencies, and which browser and OS are affected by this issue? Did this work in previous versions or setups?
This is the first time I used the form generator I am using a fresh install of generator-react-firebase@v2.0.0-rc.9
form
generator-react-firebase@v2.0.0-rc.9
The text was updated successfully, but these errors were encountered:
fix(formGenerator): add missing import in enhancer - #98
ad379e1
* feat(app): firebase.json now includes functions predeploy script
v2.0.0-rc.10 (#99)
b463d67
* feat(core): add prettier with [`prettier`](https://github.com/prettier/prettier) [config for `eslint`](https://github.com/prettier/eslint-config-prettier) * fix(form): add missing `import` of `reduxForm` in enhancer - #98 * fix(form): `scss` file import fixed (removed extra "Form") - #97 * feat(corer): add the `npm run build` script to functions predeploy * feat(core): add `npm deploy` to travis config for deploys when merging to master
Fixed in v2.0.0-rc.10 release. Make sure to reinstall with npm i -g generator-react-firebase.
v2.0.0-rc.10
npm i -g generator-react-firebase
Reach out if things don't work as expected. Thanks for reporting!
Sorry, something went wrong.
prescottprue
No branches or pull requests
Do you want to request a feature or report a bug?
bug
What is the current behavior?
when using the form generator it does not import
redux-form
in the enhancerWhat is the expected behavior?
it should add an
import
statement forredux-form
Which versions of dependencies, and which browser and OS are affected by this issue? Did this work in previous versions or setups?
This is the first time I used the
form
generatorI am using a fresh install of
generator-react-firebase@v2.0.0-rc.9
The text was updated successfully, but these errors were encountered: