-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Add _requestedFiles
key to Passport
#2763
Conversation
Removed vultr server and associated DNS entries |
@@ -41,7 +41,7 @@ export const makeData = <T>( | |||
props: any, | |||
value: T, | |||
overwriteKey?: string, | |||
): {} | { data: Record<string, T> } => { | |||
): Record<string, never> | { data: Record<string, T> } => { |
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.
fd3927e
to
b7b31fd
Compare
@@ -62,7 +62,7 @@ function Component(props: any) { | |||
</InputRow> | |||
<InputRow> | |||
<Input | |||
// required | |||
required |
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.
I agree this should be correct behavior - but I wonder if this will break any discretionary submission services like building control forms or something? Hopefully not / easy enough to fix forward if we find it does I guess? I don't necessarily think we should be putting as much proactive effort into find/replace etc outside of "standard" services?
b7b31fd
to
5513cd9
Compare
3f04d20
to
f74f9da
Compare
Prior art - #2755
What does this PR do?
_requestedFile
To do