-
Notifications
You must be signed in to change notification settings - Fork 47
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
Chore/router upgrade #197
Chore/router upgrade #197
Conversation
9cb28e7
to
a425799
Compare
@@ -1,14 +1,15 @@ | |||
import React, { Component } from 'react'; | |||
import { Form, FormError, RadioGroup, Radio } from 'react-form'; | |||
import { Form, RadioGroup, Radio } from 'react-form'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
router-form v2 doesn't have FormError it seems ... :-(
https://react-form.js.org/#/
https://github.com/react-tools/react-form
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh sad :/
still working on some failing tests
was getting stack-overflow warning in console - bumped up to react-form v2 for Quiz component
so we don't get 'you must login' popups on pages that don't require auth
* make all pages children of ProtectedContent * ProtectedContent introduces 'public' property * ProtectedContent wraps children in Body with style property pass-through * Fix couple jest tests after rebase
6d6950b
to
0f29097
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍
Upgraded from router v2 to v4. API changed, so:
resolve #165