Elena Rashkovan
Results
2
issues of
Elena Rashkovan
We render some markup on the server, but on the client (due to the bug in our app's code) we have a different state and we render nothing (instead of...
Type: Bug
Status: Unconfirmed
- `@freenow/wave` version: 1.30.0 ### Relevant code ```tsx { console.log(option.value); // "value" does not exist on type unknown }} options={[1, 2, 3].map((item) => ({ label: item, value: item }))} />...
enhancement