Hello!
I am using Vite for my project and after updated @pdf-viewer/react to 1.7.0, a warning appeared in the terminal.

Could you please resolve this issue so that it does not distract from my project's warnings?
My package.json:
"dependencies": {
"@pdf-viewer/react": "1.7.0",
},
"devDependencies": {
"vite": "^6.2.5",
"postcss": "8.4.31",
}