Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix FormWithRedirect Props #6085

Merged
merged 2 commits into from
Mar 29, 2021
Merged

Fix FormWithRedirect Props #6085

merged 2 commits into from
Mar 29, 2021

Conversation

djhi
Copy link
Collaborator

@djhi djhi commented Mar 26, 2021

Supersedes #6082
Fixes #6081

@djhi djhi added the RFR Ready For Review label Mar 26, 2021
@djhi djhi added this to the 3.14 milestone Mar 26, 2021
@@ -1,13 +1,13 @@
import * as React from 'react';
import { Children, FC, ReactElement } from 'react';
import { Children, FC, ReactElement, ReactNode } from 'react';
Copy link
Member

Choose a reason for hiding this comment

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

Linter warning

@fzaninotto fzaninotto merged commit 255bd4f into master Mar 29, 2021
@fzaninotto fzaninotto deleted the fix-form-props branch March 29, 2021 15:59
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo: chilren instead of children
2 participants