Michael
Michael
### All Submissions: * [ ] My code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/) * [ ] My code satisfies feature requirements * [ ] My code is tested * [...
Hi, seems like there is an error in callbacks.. to reproduce: ``` amplitude.getInstance().logEvent("Event Name", null, (s,b)=>console.log(s,b)) ``` Install: `"amplitude-js": "6.2.0",` Nothing is written in the console. Then downgrade to 6.1.0:...
## Description Due to changes to react 18 we are upgrading `react-dnd` from major version 11 to 16. This change consist of what is closely to a rewrite of several...
## Description ## Related Issue(s) - #{issue number} ## Verification - [ ] **Your** code builds clean without any errors or warnings - [ ] Manual testing done (required) -...
## Description Errors create a lot of noise in the pipelines... the source of the errors was mostly connected to Material UI... upgrading that dependency makes it easier to discover...
### Description of the bug Currently tests in altinn-studio(frontend) encounters some warnings because some tests are not using `act`-correct and other I have not analyzed that deeply, but is probably...
### Description Atm we doesn't support the format keyword which comes with strings in json schemas. In some legacy form this is used to do the validation. Alongside with the...
### Description of the bug In several of the test schemas there is error in the logic around arrays. To be able to reuse thoose schemas for the frontend we...
## Description `package.json` files need to be updated, formatted and dependencies groomed. This task also closes some renovate issues that couldn't be resolved automatically. ## Related Issue(s) - #9053 -...