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
The issue is broken UI with first 2 categories and the predetermined colors of the widget do not work on hover over the button (it is always showing default blue).
Steps to reproduce
Just used this in my Next.js project as a component: <div> <FileUploaderRegular sourceList="local, url, camera, dropbox" classNameUploader="uc-light uc-purple" pubkey= <pub_key> ##removed it /> </div>
Expected result
Not broken UI and colors working correctly on hover.
Description
The issue is broken UI with first 2 categories and the predetermined colors of the widget do not work on hover over the button (it is always showing default blue).
Steps to reproduce
Just used this in my Next.js project as a component:
<div> <FileUploaderRegular sourceList="local, url, camera, dropbox" classNameUploader="uc-light uc-purple" pubkey= <pub_key> ##removed it /> </div>
Expected result
Not broken UI and colors working correctly on hover.
Actual result
Broken UI and colors not working.
Environment
▲ Next.js 14.2.15
Windows OS, VSCode editor, Google chrome v. 130.0.6723.92 (Official Build) (64-bit)
development, ran by npm run dev
The text was updated successfully, but these errors were encountered: