MCPcopy
hub / github.com/zenoamaro/react-quill / mountReactQuill

Function mountReactQuill

test/utils.js:19–21  ·  view source on GitHub ↗
(props, node)

Source from the content-addressed store, hash-verified

17}
18
19function mountReactQuill(props, node) {
20 return mount(ReactQuillNode(props, node));
21}
22
23function getQuillInstance(wrapper) {
24 return wrapper.getNode().getEditor();

Callers 1

index.jsFile · 0.85

Calls 1

ReactQuillNodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…