Test - change the number of siblings to prerender (3 -> 1)

This commit is contained in:
Dawid Wysokiński 2021-04-13 06:07:23 +02:00
parent 2089bfe681
commit 94db044f85
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ const Test = ({ questions, onReset, qualification }: TestProps) => {
props.tabStyle = Object.create(props.tabStyle);
return <ScrollableTab {...props} />;
}}
prerenderingSiblingsNumber={3}
prerenderingSiblingsNumber={1}
>
{questions.map((question, index) => {
const color =