Maksim

Results 26 comments of Maksim
trafficstars

Doesn't work yet.. ![image](https://cloud.githubusercontent.com/assets/590985/19182034/7abe03d0-8c79-11e6-8521-e31c841fb491.png)

I need to do reconnect when my authToken changes. Сonnect in this case does not fit.

Да если он должен быть изменяемым то тогда тип ему нужно проставить MutableRefObject, да и в примерах интернета пестрят изменение current.

Bump. I would like to connect TRPC to the project. ``` import { createTRPCProxyClient, httpBatchLink } from '@trpc/client'; import type { AppRouter } from '@agent-b2b/trpc/src/server/routers'; export default async function setupTrpcClient()...

``` public createMap(el: HTMLElement, mapOptions: mapTypes.MapOptions): Promise { const create = () => setTimeout(() => { if (ymaps.Map) { if (mapOptions.searchControl) { const inputSearch = new ymaps.control.SearchControl(mapOptions.searchControl) mapOptions.controls.push(inputSearch) } const...