Velenir
Velenir
`renderIntoDocument` takes only 1 parameter, the second `` is ignored. `input[1]` was referencing the input from ``, whose `checked` is always `false`.
`Immutable.Map().set().set()` creates two `Map`s, one of them intermediary. `merge` uses `withMutations` internally to avoid extra work.
Otherwise it throws when adding a todo with duplicate text (e.g. a second `React` todo).
Closes #8 Also added test for focus on render
- Add filter for fillableBalance endpoint handler - Limit OTC Order.taker to actual EOA address only - Deprecate some funcs to make LO approval more straightforward
Add `RateOptions.ignoreBadUsdPrice` param to `getRate` (`/price` requests)
In a webapp, when multiple users log in/log out one after another, only the first user receives a full User Profile in Mixpanel dashboard. The flow: 1. App is loaded...
Into #173 Closes FRNT-783
Updates required for upcoming Viem support (because it needs TS>5.0.4) Whole build pipeline was upgraded so far. This may require a major version increment because of breaking changes Closes FRNT-812