Skip to content

Commit

Permalink
yarnrc yml update;
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaGurevich committed Sep 11, 2023
1 parent b098ac1 commit e316f70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
nodeLinker: pnp

changesetIgnorePatterns:
- "**/*.{test}.{js,ts,jsx,tsx}"
- "!(.yarn/versions/**|src/**/*|package.json|.swcrc*)"
Expand Down
4 changes: 2 additions & 2 deletions src/hooks/useEditorView.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { useForceUpdate } from "./useForceUpdate.js";

import type { EditorState, Transaction } from "prosemirror-state";
import { EditorView } from "prosemirror-view";
import type { DirectEditorProps } from "prosemirror-view";
import { useLayoutEffect, useState } from "react";
import { flushSync } from "react-dom";

import { useForceUpdate } from "./useForceUpdate.js";

/**
*
* The view.composing state is when the compositionStart eventListener activates,
Expand Down

0 comments on commit e316f70

Please sign in to comment.