Павел Богатырёв
Павел Богатырёв
Probably fix: ``` if (!isHorizontal) { // При вертикальном отображении left и right показывают - помещается ли содержимое по горизонатали в границах экрана directions.top = directions.top && directions.left && directions.right;...
This code works for functional component: ``` let component = mount(); component.setProps({ foo: 42 }); // re-render ``` Actually, my component even don't need to have a prop foo.
Any news in this?
For inattentive people like me, there is some logger and explorer available https://github.com/effector/logger
From `@rollup/plugin-babel` README: > We encourage library authors not to distribute code that uses untranspiled ES6 features (other than modules) for this reason. Consumers of your library should not have...
For those, who use rollup, there workaround: npm i @rollup/plugin-babel npm i @babel/preset-env In rollup config: ``` const babel = require('@rollup/plugin-babel').babel; ... plugins: [ ... babel({ include: '**/*effector*', babelHelpers: 'bundled',...
Could not found any mention about this in docs. Can you point, where it can be found, please?
It would be nice also to prepare some recomendations, howo to configure module name mapping to this build for common bundlers...
1. We use Effector in [Docsvision](https://docsvision.com) 1.  1. It is system for document and business process management. Project size - 102k TypeScript rows (using cloc v1.88), but the most...
+1 effector-logger breaks app in IE, when just appeared in a bundle. We have many troubles because of this.