Skip to content

Commit

Permalink
prepack refractoring
Browse files Browse the repository at this point in the history
  • Loading branch information
stanwolverine committed May 15, 2024
1 parent 54821ab commit b71bcda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Whiteboard } from './Whiteboard';
export type WhiteboardContainerProps = {};

export const _WhiteboardContainer = React.forwardRef<
React.ElementRef<typeof WebView>,
React.RefObject<React.ElementRef<typeof WebView> | null>,
WhiteboardContainerProps
>((_props, webviewRef) => {
const fullScreenWhiteboard = useSelector(
Expand Down
2 changes: 0 additions & 2 deletions packages/react-native-room-kit/src/hooks-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,6 @@ const useHMSTrackUpdate = (
const miniviewPeerTrackNode = reduxState.app.miniviewPeerTrackNode;
const localPeerTrackNode = reduxState.app.localPeerTrackNode;

const localPeerCustomerUserId =
reduxState.hmsStates.localPeer?.customerUserID;
const localPeerRole = reduxState.hmsStates.localPeer?.role ?? null;

const currentLayoutConfig = selectLayoutConfigForRole(
Expand Down

0 comments on commit b71bcda

Please sign in to comment.