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.
2 parents d49f330 + 5b385f8 commit 18267bdCopy full SHA for 18267bd
src/plugin/helpers/constants.ts
@@ -1,9 +1,8 @@
1
-// A key that uniquely identifies a repeater field-to-name map. Useful for
2
-// renderers that must be able to uniquely identify children – for example, in
3
-
4
import { PluginKey } from "prosemirror-state";
5
import type { PluginState } from "../plugin";
6
+// A key that uniquely identifies a repeater field-to-name map. Useful for
+// renderers that must be able to uniquely identify children – for example, in
7
// React, where a `key` attribute is expected in arrays of ReactNodes.
8
export const RepeaterFieldMapIDKey = "__ID";
9
0 commit comments