Sandro

Results 41 comments of Sandro

We have an issue that is related to this one. We use Angular + Karma and some of our inputs use the blur event (either directly or via third-party directive)....

It works if you downgrade to React 18.0, see https://github.com/facebook/react/issues/25095

`calc` can be used for non-pixel values like opacity or `calc.multiply("5px", 2)` which should not be converted to pixels.

How do you use the sprinkles? From the error it looks like you're passing a token to the sprinkles function `sprinkles({ background: tokens.colors.brand1 })` but you need to pass the...

I installed VE in a [email protected] app and configured the webpack and babel plugin with Craco. The dev server and the tests are working fine but the production build fails...

@marcel-goldammer What is your use case? If you just have a wrapper component to provide a reusable menu trigger button, you can move the `` out of the wrapper into...

@marcel-goldammer Ah, the menu items are in a third component. Yes, that doesn't work. menu + menu item must be in the same component, only the button can be extracted...

The browser needs to be focused, see https://github.com/testing-library/user-event/issues/553

I have the same error in a Angular 12 project. It works when I update TypeScript from 4.3 to 4.4 (see [release notes](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-4.html#symbol-and-template-string-pattern-index-signatures)). But this not officially supported by Angular...