#кодеротбога

Results 43 comments of #кодеротбога
trafficstars

I want Stash button like in SourceTree.

Solution by @levlam > "Receive is called after Client destroy" is always a bug of those, who uses TDLib. You should move call to client.DestroyInstance() to the thread, which calls...

See also https://github.com/tdlib/td/issues/1394

I just would like to know your opinion on the remarks cited at the beginning of this topic.

Freedom w/o jQuery! :)

Also I have problems with other HOCs (see above): ReactTimeout for example.

@lttb CRA is work with [email protected], but it is not work with [email protected]. [![Edit reshadow-cra-i0ksj](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/reshadow-cra-i0ksj) `reshadow/macro: Error: ENOENT: No such file or directory., '/events' Learn more: https://www.npmjs.com/package/reshadow`

I do NOT like this solution. ./react-app-env.d.ts ```typescript /// declare namespace JSX { interface IntrinsicElements { [name: string]: any } } ```

1) `` does not work in TypeScript: `Parsing error: Identifier expected` 2) How to use `use` from reshadow? ```jsx import styled, {use} from 'reshadow' ... render() { const { b...