MCPcopy Create free account
hub / github.com/ckeditor/ckeditor5-react / rerender

Function rerender

tests/context/ckeditorcontext.test.tsx:868–881  ·  view source on GitHub ↗
( newProps: Partial<Props<any>> )

Source from the content-addressed store, hash-verified

866 };
867
868 const rerender = ( newProps: Partial<Props<any>> ) => {
869 component?.rerender(
870 <CKEditorContext
871 context={ deferContext }
872 contextWatchdog={ ContextWatchdog }
873 watchdogConfig={ { crashNumberLimit: 678 } }
874 {...props}
875 {...newProps}
876 >
877 <ContextReader />
878 { newProps.children ?? children }
879 </CKEditorContext>
880 );
881 };
882
883 return {
884 defer: deferContext.defer,

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…