Skip to content

Commit 8ec3a6c

Browse files
committed
Prevent linting issue for assigning new presentationMode on player (state)
1 parent 1b968ba commit 8ec3a6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

example/src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable no-param-reassign */
12
import * as React from 'react';
23
import { useCallback, useMemo, useState } from 'react';
34
import {

0 commit comments

Comments
 (0)