Alexey Potsetsuev

Results 30 issues of Alexey Potsetsuev

It's look like this ![Screenshot](https://sun9-46.userapi.com/c850732/v850732305/1b6d8a/YHd9_oUl4u4.jpg) also path like this `/src/babel/__tests__/fixtures/create-component.js` on windows looks like this `\\\\\\\\src\\\\\\\\babel\\\\\\\\__tests__\\\\\\\\fixtures\\\\\\\\create-component.js` Seems like this to occurs difference between snapshots

bug
seems outdated

Current babel plugin implementation can change `createStore`, `createEvent`, `createEffect`, `createDomain` calls even if it's wasn't imported from an effector.

bug
effector/babel-plugin
seems outdated

## Use case In our product we need to have the ability to customize Cell rendering (https://github.com/adazzle/react-data-grid/issues/2799) for: 1. additional props on the cell root element 2. pass context to...

Feature Request