-
### Describe the bug
My project is a react vite project with these dependencies:
```
"@tanstack/react-query": "5.59.0",
"@uidotdev/usehooks": "2.4.1",
"axios": "1.7.7",
"clsx": "^2.1…
-
Maybe we can use django's built-in messages framework together with this JS library: https://apvarun.github.io/toastify-js/ or this one: https://carlosroso.com/notyf/
-
# Uncaught NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScope':
when ever I change the language as javascript of editor it throws this issue.
version I'm using is
```
"rea…
-
htmx evaluates javascript from the tags for the received content (which is great!) - however, in some cases it may be desirable to not re-execute the scripts when the page is loaded from history (e.g…
-
The issue when we run the build :
```bash
Utilisateur@Utilisateur-PC MINGW64 ~/demo-nebulix (jb/pipeline/vercel/deployment)
$ pnpm i && source .env && pnpm run build
Progress: resolved 1, reuse…
-
I love what I see is possible to do, but newer developers are going to have a difficult time reading your documentation and understanding at a glance how to implement your product.
if you could gi…
-
First of all thanks for the great library! ❤️
I'm currently trying to make this work in a [Next project](https://github.com/MariaSolOs/paradeigma/tree/046f860b920a591c01ef96e28a54f1c89ac09081/apps…
-
I've been using this package for awhile now, along with meteor 1.4, 1.5 and now I'm trying to get it working with 1.6. Also, I use react-toolbox.
Currently, I just get unstyled components, as if no…
-
I can't figure out what could be causing this but in this one UI I am managing for years:
whenever i make changes to code while reacts-scripts is running locally via `start` , app is recompiled cor…
-
### Description
I have configured **lint-staged.config.js**
### Configuration 1
```javascript
module.exports = {
'*.{ts,tsx,css}': ['prettier . --write'],
'*.{ts,tsx}': ['next lint . …