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.
1 parent aefe2f4 commit f2341c3Copy full SHA for f2341c3
packages/text-annotator-react/src/tei/CETEIcean.tsx
@@ -77,7 +77,7 @@ export const CETEIcean = (props: CETEIceanProps) => {
77
return () => {
78
el.current.innerHTML = '';
79
}
80
- }, [props.tei, props.initArgs, props.onLoad]);
+ }, [props.tei, JSON.stringify(props.initArgs), props.onLoad]);
81
82
return (
83
<div
0 commit comments