Skip to content
New issue

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

Testing CRA 3 update #1081

Merged
merged 6 commits into from
May 8, 2019
Merged

Testing CRA 3 update #1081

merged 6 commits into from
May 8, 2019

Conversation

Gnito
Copy link
Contributor

@Gnito Gnito commented May 7, 2019

Testing how CRA v3.0.0 works with FTW. Check also changelog from CRA fork

  • Reserve use* function naming pattern for React Hooks. (For some reason, Rules of Hooks eslint plugin didn't like our useInitialValues function (so, we decided to rename it and reserve use* function names for Hooks)

  • Recent SDK update changed the proptypes for snapshots.

  • Update scripts/config.js after Prettier version bump

  • Remove unnecessary audit exceptions

@Gnito Gnito changed the title Cra3 update Testing CRA 3 update May 7, 2019
@Gnito Gnito force-pushed the cra3-update branch 3 times, most recently from db34632 to 3ed042a Compare May 7, 2019 16:34
@Gnito Gnito temporarily deployed to sharetribe-starter-app May 7, 2019 16:39 Inactive
"smoothscroll-polyfill": "^0.4.0",
"source-map-support": "^0.5.9",
"url": "^0.11.0"
},
"devDependencies": {
"babel-jest": "24.7.1",
Copy link
Contributor Author

@Gnito Gnito May 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was a strange transient dependency problem without this. So, I had to include it as explicit dev-dependency.
Similar issue (but unrelated package): timarney/react-app-rewired#388

@Gnito Gnito temporarily deployed to sharetribe-starter-app May 8, 2019 08:29 Inactive
@Gnito Gnito merged commit 1de7dfa into master May 8, 2019
@Gnito Gnito deleted the cra3-update branch May 8, 2019 09:32
@Gnito Gnito mentioned this pull request May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant