Lukas

Results 14 issues of Lukas

In #2220 and #2270, a fix was released that ignored type-only imports for the rules `no-unresolved` and `extensions` respectively. However type-only **ex**ports are not ignored. The rules could always be...

I'm not sure how to explain this, but here it goes: We were using react-form and had a `fieldInstance.debounce` in the field's validate function. When you were removing the field...

When a field has an array value and an element is removed from this array, the meta information of the "child" fields is not moved correctly. I have prepared a...

legacy

### Describe the feature you'd like: As far as I understand it, the `toHaveDisplayValue` matcher takes some kind of input element and computes the value that the user can see....

enhancement
good first issue

This fixes #691 The gist of the issue is that currently, the typescript generators generate additional properties to have a parent of `null`. This is wrong in two dimensions. 1....

Sometimes we get unhandled promise rejection warnings when using the new Chrome 71 beta browser on browserstack. Due to this issue, the build on our Jenkins hangs. The message is:...

bug

### Expected Behavior Validation of regular expressions fails if there are many entries in the `from.path` (or `from.pathNot`, `to.path`, ...) array. ### Current Behavior No matter how many entries I...

bug
enhancement

In the docs, there is a section about streaming updates: https://redux-toolkit.js.org/rtk-query/usage/streaming-updates However, there is no recommendation on how to handle errors for those updates. An example for an error in...

enhancement
RTK-Query

Improve examples to showcase more supported functionality: - Scenarios - Steps with parameters - Scenario outlines - Tags - Hooks

documentation

Hey there, I was wondering if there could be an option to publish a sandbox as cloud sandbox. As far as I can tell, there is only the possibility to...