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 12, 2024
1 parent ddb1896 commit 9393d0c
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 9393d0c

Please sign in to comment.