Turaev Usmon
Results
2
comments of
Turaev Usmon
Same issue with NextJS 13.4!
Fix it, by adding interface : ```ts 'use client' interface ISelectProps { data: boolean; isDisabled: boolean; isFocused: boolean; isSelected: boolean; id?: number; } ``` Then make props look like this:...