Christopher Gwizdala
Christopher Gwizdala
The suggestion `scrollTop` feature isn't working because the `querySelector` API requires a selector prefix for classes (`.`). This was originally implemented in https://github.com/react-tags/react-tags/pull/93.
When using the `--font` and `--css` flags the `config.json` file doesn't get extracted from the ZIP file and saved to the config destination. This file should be saved to keep...
### Current Behavior ## Description When creating a workspace using `pnpx create-nx-workspace@latest` (or `pnpx create-nx-workspace`) and choosing a stack (`react`, `angular`, or `node`) the installation fails. The installation completes when...
### Description Received an error message when running `vite preview`. I added the following to the `plugins` array: ```js legacy({ renderModernChunks: false }), ``` This is based on the https://github.com/brillout/vike-with-svelte...
I see that breakpoints can be set but the app does not pause on breakpoint. Is it possible to stop code execution on the remote device when reaching a set...