fix: make TS happy

This commit is contained in:
Arnošt Pleskot 2023-08-08 16:08:04 +02:00
parent a7d1bd1411
commit efc20eaa53
No known key found for this signature in database

View File

@ -1219,7 +1219,10 @@ export const _renderScene = ({
};
});
return renderOutput;
return {
atLeastOneVisibleElement: renderOutput.atLeastOneVisibleElement,
scrollBars: renderOutput.scrollBars ?? undefined,
};
};
const renderSceneThrottled = throttleRAF(