Loris Toia

Results 14 comments of Loris Toia

yeah, your tips helped me too. ``` // onLayoutChange={handleLayoutChange} // called too many times onDragStop={handleLayoutChange} onResizeStop={handleLayoutChange} ``` but I still have problems on y position when having elements of different...

I have the same error: ``` python -m gh_md_to_html .\documentazione_v3wEewko.md -o OFFLINE -p test.pdf Traceback (most recent call last): File "C:\Program Files\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None,...

Uninstall and reinstall doesn't fix. ``` npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: [email protected] npm WARN Found: [email protected] npm WARN node_modules/typescript npm WARN peer typescript@">= 2.7" from...

for react select I solved using this: ```ts import React from 'react'; import { GroupBase, OptionsOrGroups, Select } from 'chakra-react-select'; import { FormikProps } from 'formik'; type Props = {...