martinkutter

Results 6 issues of martinkutter

### What is your Scenario? DOM contains an iframe like ``` ``` ### What is the Current behavior? If i run any test, hammerhead crashes with: Failed to execute 'querySelectorAll'...

TYPE: bug
SYSTEM: hammerhead
FREQUENCY: level 1

If I use the "VWF 88/4 CENTRAL_HEATING CONSUMED_ELECTRICAL_POWER" sensor as an individual device on the energy dashboard it's comfortable to show power consumption for each day. But if I compare...

**Do you want to request a *feature* or report a *bug*?** Bug/Feature **What is the current behavior?** It is not possible to ensure that a limit is set for each...

Hey, thank you for this great library. 👍🏻 Can you help how a Typescript variant of the `usePropsSelector` would look like? ```javascript const usePropsSelector = (selector, props) => { const...

What is the best practice (if it is possible) to reuse the `getCarView` selector in the following example? ```javascript reduxStore = { defaultFront: "defaultFront.jpg", defaultBack: "defaultBack.jpg", view: "front", favorits: ["uid1",...

Is there a way to dynamically import locales in v3 as there was in v2? Example for v2: https://codesandbox.io/p/sandbox/mui-datepicker-date-fns-localization-p9qbs?file=%2Fsrc%2FApp.js%3A31%2C7 Same example upgraded to v3: https://codesandbox.io/p/devbox/lc2wym?file=%2Fsrc%2FApp.js%3A28%2C9 I changed the path according...