We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad85eb commit ae31aa3Copy full SHA for ae31aa3
src/ui/buttons/props.js
@@ -568,10 +568,10 @@ type ThrowErrorForInvalidButtonColorArgs = {|
568
export type ButtonProps = {|
569
// app switch properties
570
appSwitchWhenAvailable: boolean,
571
- preferences?: {
+ preferences?: {|
572
appSwitchWhenAvailable?: boolean,
573
launchAppSwitchIn?: "newTab" | "sameTab",
574
- },
+ |},
575
listenForHashChanges: () => void,
576
removeListenerForHashChanges: () => void,
577
// Not passed to child iframe
0 commit comments