Алег
Results
2
issues of
Алег
I’m trying to connect Trust Wallet to my application. In the connection selection menu, I choose the “open link” button. I’m automatically prompted to open it with the Trust Wallet...
My component ``` const { startDate, endDate } = useSelector(selectFormData); const [localDate, setLocalDate] = useState({ startDate: startDate, endDate: endDate, }); const onChange = (dates: [Date | null, Date | null],...