Mark Lyck
Mark Lyck
### Qwik Version 0.11.0 ### Operating System (or Browser) macOS ### Node Version (if applicable) 16.x ### Which component is affected? Qwik Runtime ### Expected Behaviour It should parse CSS...
# What is it? - [X] Feature / enhancement - [X] Bug - [ ] Docs / tests # Description This removes the @emotion dependencies from qwik-react. # Use cases...
### Describe the bug I have a Menu that relies on pathname to show which route is currently active. I just noticed that pathname never changes when you go to...
### Describe the bug When an error happens that is Caught by the @tanstack/react-router ErrorBoundary it will render the errorComponent correctly. But if the error is only on a specific...
### Describe the bug I have a `GlobalFilter` component that is used on multiple routes. This filter uses URL search params. But since `useMatch` requires a specific `routeId` I'm forced...
### Describe the bug After upgrading to beta.25 all uses of `navigate({ search })` now results in the following TS error: ``` Type 'any' is not assignable to type 'never'....
If you trigger a Sonner toast when a Dialog is open, the toast message appears underneath the dialog backdrop element. While it still looks correct. This means you cannot click...
### Is your feature request related to a problem? Please describe. I'm upgrading my application from react-query v4 to v5. I've added the `reactQueryVersion: 5` to my codegen config, and...
What happened to the English documentation? There used to be some half-finished English docs in the GitHub, but they seem to have been removed. I love bizCharts, but the Chinese...
**Describe the bug** When getting `dom` from useNode. The dom element from the hook is always 1 iteration behind the actual element on the page. **To Reproduce** Set up a...