Mikhail Boutylin

Results 20 issues of Mikhail Boutylin

suppose I have the following folder structure: ```ts - FTName/ --- index.ts --- [FTName].tsx --- [FTName].tests.tsx --- hooks.tsx ``` However, not all files need `hooks.ts` files and hence import in...

enhancement

when installing from npm, there'e a directory `node_modules/es6-react-mixins/node_modules/react/`. This cause @provideModule duplication issue (at least with react-native).

Currently subject bindings are not properly re-wired on hot reload.

Should support: ```ts const array$ = createSubject([]); array$(prev => [...prev, 1]); ``` Currently we can only do: ```ts const array$ = createSubject([]); array$([...array$(), 1]); ``` which is problematic when used...

## Description [Documentation](https://reactnative.dev/docs/transforms#transform) doesn't mention the `matrix` transform property, event if it's supported in react-native. ## What is the problem? I see that `decomposedMatrix` and `transformMatrix` are marked as deprecated...

👋 Good first issue
:ghost: Missing Docs

When the time machine is opened, and a commit is selected, the compare tab is opened. But when it goes closed, the compare tab remains open. time-machine: `1.5.3` Atom :...

enhancement

Hey, this fix make thumb creation much more flexible, by adding possibility to provide custom views as thums ``` ( {view} )} /> ```

## Summary th The issue https://github.com/gregberge/loadable-components/issues/718 mentions, that this library is not usable with react 18. However, this is an update of `server-side-rendering` example within react 18. And it works...