You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated from 3.3.3 to 5.0.0 v of the react-functional-select.
After this, I got an error:
This error occurred when the component with Select loaded before tests started. And I have no idea what happened and how to solve it.
I use CRA, RTL, and Typescript.
Hi!
I updated from 3.3.3 to 5.0.0 v of the react-functional-select.
After this, I got an error:
![image](https://private-user-images.githubusercontent.com/18246075/263552966-31ed691e-2696-4609-9239-7d15e68919ea.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzQ1MzgyMDYsIm5iZiI6MTczNDUzNzkwNiwicGF0aCI6Ii8xODI0NjA3NS8yNjM1NTI5NjYtMzFlZDY5MWUtMjY5Ni00NjA5LTkyMzktN2QxNWU2ODkxOWVhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEyMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMjE4VDE2MDUwNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVjZDYwMDRlYTRlODIxYjUyZjFjM2MxMGJkMjNjZjkwMzI1ZTFiMzE1M2Q0Yzg2ODZhNWI1NTExNjM3NmUwODgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.rx91kvIoep78uX2wtttYxvrK1Dil2yk6ZH9ETnZRil8)
This error occurred when the component with Select loaded before tests started. And I have no idea what happened and how to solve it.
I use CRA, RTL, and Typescript.
Environment
Node: 16.17.0
npm: 8.15.0
npmPackages:
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"react-functional-select": "^5.0.0",
"styled-components": "^5.3.5",
"typescript": "^4.7.4",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"jest-styled-components": "^7.0.8",
And using:
and theme:
But, I also got this error even without theming.
The text was updated successfully, but these errors were encountered: