Skip to main content

Report Root

It must used as parent component for the report and all other components must appears as a children of it. It will act as a internal state provider for the report system.

import { ReportRoot } from "Jikji";

<ReportRoot
plugins={[...plugins...]}
>
...Children...
</ReportRoot>;

Props

NameTypeIs RequiredDescription
pluginsPlugin[]List of custom plugins, Default: null