Daniil Samoylov

Results 6 issues of Daniil Samoylov

Hello, I have `ignore3rdPartyErrors` enabled to reduce the noise from browser extensions, but it also prevents errors caught during the initial JS bundle loading to be ignored. Before rg4js is...

Changes from the PR add logic to sort children rendered in `use-masonry` by their index. This should help to maintain the tabbing order as the items will be rendered in...

### Pulumi version 3.65.1 ### Provider version 1.1.4 ### Steps to reproduce Getting deprecated error message when trying to set environment_variables on checks, suggesting to use `environment_variable`. However, `environment_variable` does...

type: bug

**EDIT**: this issue happens when using modern decorators **Intended outcome:** ```ts import { action, isAction } from 'mobx'; it('action field should be wrapped into mobx.action', () => { class Store...

🐛 bug

We're upgrading from an ancient (4) version of mobx to Mobx 6 and encountering hard to detect issues. It's mainly related to the decision to wrap every function to `action`...

🐛 bug

### Code change checklist - [x] Added/updated unit tests - [ ] N/A ~Updated `/docs`. For new functionality, at least `API.md` should be updated~ - [x] Verified that there is...