Skip to content

Commit

Permalink
Remove injectFirst from TestingPicasso
Browse files Browse the repository at this point in the history
  • Loading branch information
sashuk committed Jan 11, 2024
1 parent 349ec37 commit 9d59e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/picasso/src/test-utils/TestingPicasso.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const TestingPicasso = ({ children, titleCase }: Props) => {
preventPageWidthChangeOnScrollbar={false}
titleCase={titleCase}
disableTransitions
injectFirst
//injectFirst
>
{children}
</Picasso>
Expand Down

0 comments on commit 9d59e20

Please sign in to comment.