Johannes Schill

Results 11 issues of Johannes Schill

### Reproduction https://codesandbox.io/s/busy-bash-qxfs0 ### Steps to reproduce JS error on page load ### Expected Behavior The above code is copy/paste from their example: https://material-ui.com/components/data-grid#mit-version ### Actual Behavior `TypeError: i.current.getLocaleText is...

Hello, When using actions I see two problems. 1. If there are alot of actions, they kind of pollute the prop root and cause prop hell. 2. There's no good...

enhancement
discussion

If vite is installed with preset-vite in a subdirectory of the project root and both node_modules folders has a preact-lib, there can be a mismatch in which preact-library it should...

Hello, I'm trying to upgrade our tests to jasmine 2.x from 1.x. When upgrading jasmine-jquery to latest from 1.x i get trouble spying on custom event names and/or target document....

**What rule do you want to change?** attribute-hyphenation **Does this change cause the rule to produce more or fewer warnings?** Fewer **How will the change be implemented? (New option, new...

When binding a function manually.... ```js import createStore from 'unistore' const store = createStore({ count: 0, stuff: [] }) const myAsyncAction = async (state, store) => { await somethingAsync() .......

**Vue-datepicker-next version**: 1.0.3 **Vue version**: 3.2.47 **Browser**: All **Steps to reproduce** Create a new vue-project (`npm create vue@3`). I did not select any specials, such as typescript, pinia, linting, testing......

**Problem** To update a user password, we have to use the management API (PATCH /api/users/{userId}/password). But doing so will not use the password policies, so you can set it to...

feature-request

Hey, On my machine this doesn't work. Doing `npm install` in the root works, but when i go into the `boilerplate-client` folder and try to run `npm run start` it's...

Sometimes I get a bunch (thousands) of the following errors: "Cannot read property 'frameURIs' of undefined" "Cannot read property 'removeFragment' of undefined" It causes the page to freeze, not possible...