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 39aabe1 commit 78a7a30Copy full SHA for 78a7a30
examples/nextjs-flow/.eslintrc.json
@@ -1,6 +1,3 @@
1
{
2
- "extends": [
3
- "next/core-web-vitals",
4
- "next/typescript"
5
- ]
+ "extends": ["next/core-web-vitals", "next/typescript"]
6
}
examples/nextjs-flow/lib/transcript-manager.ts
@@ -170,9 +170,7 @@ class TranscriptManager extends TypedEventTarget<TranscriptManagerEvents> {
170
private getWords(
171
message: Exclude<
172
FlowMessage,
173
- | ResponseStarted
174
- | ResponseCompleted
175
- | ResponseInterrupted
+ ResponseStarted | ResponseCompleted | ResponseInterrupted
176
>,
177
): Word[] {
178
if (!message.results) return [];
0 commit comments