Dmytro

Results 106 comments of Dmytro

Having same issue as well, with Navbar's links: ``` Warning: Prop `id` did not match. Server: "react-aria-1" Client: "react-aria-2" li Styled.li NextUI.NavbarItem NextUI.NavbarLink LinkComponent ul Styled.ul NextUI.NavbarContent NavLocaleLinks div Styled.div...

Getting same issue here. ```ts // Full coverage line: const [address, domain] = email.split('@') // No coverage line: const [address = '', domain = ''] = email.split('@') ``` I suppose...

Still an issue, had to run Intel version through Rosetta, which is a bit worse on performance.

Why not adding this feature for development-only mode at least, with warnings etc?

In our company description usually contains a link to Zoom meeting etc. I'd really love to see description in info popover. At the moment it shows almost the same info...

@unpxre just checked, I think you are right and English names should probably contain only A-Z characters. I'll check this.

> I’m very happy to see all the dependency updates! Upgrading jest and other deps helped solve a lot of problems for me. I see that prisma@4 was merged, and...

[This is how is should be done](https://github.com/wieringen/tinyscrollbar/pull/27/files#diff-607a829f7cd8921b2d29e91d35bd5e32R84). Includes case when wrappers are already in place.

Hi, thanks for the update, will get into this soon.