Leonid Fenko

Results 6 issues of Leonid Fenko

### What’s the bug you are facing? Pressing "Enter" in an interactive node view creates non-deletable nodes inside the view. The issue exists only on Android and only for React...

Type: Bug

### Summary: If modal content has a link inside, and this link is opened in new tab, the modal enters a state where it requires a click anywhere before it...

Maybe I'm missing something, but, to my understanding, the CommonJS version can't work because it forces a `require()` of an ES Module: ```javascript var effector_mjs = require('effector/effector.mjs'); ``` Which of...

### What version of React Router are you using? 6.6.2, also tried 6.7.0-pre.4 ### Steps to Reproduce Consider the following routes: ```javascript jsx ``` ### Expected Behavior `` is rendered...

bug

When `noUncheckedIndexedAccess` is enabled, arbitrary values like `tw.after(tw.content_["'Hi'"])` throw the following error: `Argument of type 'Property | undefined' is not assignable to parameter of type 'Property'.`. This is expected, and...

- Pass param names to type objects/parsers and add more context to the "unexpected undefined" error. - Allow to configure parser for implicit pathname types. - Allow to pass route...