Skip to content

Commit

Permalink
🏷️ fix compatibility issue with TS3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitZugmeyer committed Apr 6, 2021
1 parent 16a3302 commit 6d7de77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rum-recorder/src/domain/rrweb/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { IdNodeMap, INode, SerializedNodeWithId } from '../rrweb-snapshot/types'
import type { FocusRecord, RawRecord } from '../../types'
import { FocusRecord, RawRecord } from '../../types'
import { MutationController } from './mutation'

export enum IncrementalSource {
Expand Down
2 changes: 1 addition & 1 deletion packages/rum-recorder/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { SerializedNodeWithId } from './domain/rrweb-snapshot/types'
import type { IncrementalData } from './domain/rrweb/types'
import { IncrementalData } from './domain/rrweb/types'

export { IncrementalSource, MutationData } from './domain/rrweb/types'

Expand Down

0 comments on commit 6d7de77

Please sign in to comment.