Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Using create-react-app @Input problem #8

Closed
rickerd opened this issue Dec 8, 2017 · 2 comments
Closed

Using create-react-app @Input problem #8

rickerd opened this issue Dec 8, 2017 · 2 comments
Assignees
Labels

Comments

@rickerd
Copy link

rickerd commented Dec 8, 2017

When using create-react-app you aren't allowed to edit the webpack config and adding the decorator for babel.

I found a solution to be able to use create-rect-app and still use this awesome library.
Just want to share this for other people if they run into this problem.
Maybe worth to add this to the README in the FAQ section.

facebook/create-react-app#411 (comment)

@zwenza
Copy link
Contributor

zwenza commented Dec 11, 2017

Hi @rickerd ,

The decorators are just another syntax for a regular HOC so nobody has to use them, it's just nice
to use if you are able to add the plugin in your webpack config.

You are right, this should be mentioned in the FAQs we will add this asap.

Thanks for sharing the information and using our library :)

@zwenza zwenza self-assigned this Dec 11, 2017
@zwenza zwenza added the docs label Dec 11, 2017
zwenza pushed a commit to zwenza/form that referenced this issue Dec 11, 2017
dsumer added a commit that referenced this issue Jan 29, 2018
…_decorator_info

#8: updated readme with HOC decorator information
@dsumer
Copy link
Member

dsumer commented Jan 29, 2018

Now there is a section for this in our README.md
thanks @zwenza for adding!

@dsumer dsumer closed this as completed Jan 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants