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 f05db07 commit 4ceeb1bCopy full SHA for 4ceeb1b
example/AVAudioSessionTestingModal.tsx
@@ -155,7 +155,7 @@ export const AVAudioSessionTestingModal = (props: AudioModalProps) => {
155
valueField="configuration"
156
value={selectedConfig}
157
onChange={(item: TestConfiguration) => {
158
- setSelectedConfig(item)
+ setSelectedConfig(item);
159
runConfigurationWithLogging(() =>
160
configureAudioSession(item.configuration)
161
);
0 commit comments