Removed nativeObject from the API

This commit is contained in:
Aria Minaei 2021-09-02 10:26:39 +02:00
parent b63fcb9f1e
commit 6b373ccae5
8 changed files with 7 additions and 9 deletions

View file

@ -42,7 +42,7 @@ const TurtleRenderer: React.FC<{
dimsRef.current = {width: props.width, height: props.height}
const obj = useMemo(() => {
return props.sheet.object(props.objKey, null, objConfig)
return props.sheet.object(props.objKey, objConfig)
}, [props.sheet, props.objKey])
useEffect(() => {