Skip to content

Commit

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

0 comments on commit a0a850e

Please sign in to comment.