Per Daleskog

Results 8 issues of Per Daleskog

Get promise throws an error on IE Object doesn't support property or method 'includes' The get function wrapped into the promise below will throw an exception on IE ```return new...

Possibly also the reason for this issue: [findByRole doesn't find the role](https://github.com/testing-library/react-testing-library/issues/1248) `@testing-library/dom` version: 9.3.2 - Testing Framework and version: "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.1.0", "@types/jest": "^29.5.8", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0",...

buildItemView has been renamed to buildChildView but the script does not seem to handle this.

### Steps to reproduce https://codesandbox.io/p/sandbox/test-w2msfc?file=%2Fsrc%2FInput.tsx%3A9%2C1 Steps: 1. Check TS warning in Input.tsx ``` Type 'ForwardRefExoticComponent' is not assignable to type 'FC'. Types of property 'propTypes' are incompatible. Type 'WeakValidationMap |...

typescript
package: material-ui
component: input

**Current behavior:** Update @emotion/styled from 11.11.0 => 11.11.5 **To reproduce:** We have several styled components in our project and we started to get TS errors on a lot of them...

bug
needs triage

Package depends in a vulnarable version of lodash.pick: `lodash.pick >=4.0.0 Severity: high Prototype Pollution in lodash - https://github.com/advisories/GHSA-p6mc-m468-83gw fix available via `npm audit fix --force` Will install [email protected], which is...

We have a test environment where we've used mockAllIsIntersecting from react-intersection-observer/test-utils together with Jest This has worked just fine until we updated to version 9.12.0 and beyond after that we've...

Missing information about what is breaking with version 9. Can't find anything under these links: https://github.com/gregnb/filemanager-webpack-plugin/tags https://github.com/gregnb/filemanager-webpack-plugin/releases However my build fails after upgrading to 9.0.1 from ^8.0.0. The error seems...