We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e27600c + eaf16a7 commit d22a8a6Copy full SHA for d22a8a6
3 files changed
client/package.json
@@ -48,7 +48,6 @@
48
"react-simple-code-editor": "^0.14.1",
49
"serve-handler": "^6.1.6",
50
"tailwind-merge": "^2.5.3",
51
- "tailwindcss-animate": "^1.0.7",
52
"zod": "^3.25.76"
53
},
54
"devDependencies": {
@@ -72,6 +71,7 @@
72
71
"jest-environment-jsdom": "^29.7.0",
73
"postcss": "^8.5.6",
74
"tailwindcss": "^3.4.13",
+ "tailwindcss-animate": "^1.0.7",
75
"ts-jest": "^29.4.0",
76
"typescript": "^5.5.3",
77
"typescript-eslint": "^8.38.0",
client/src/lib/hooks/useConnection.ts
@@ -167,7 +167,7 @@ export function useConnection({
167
// Add progress notification to `Server Notification` window in the UI
168
if (onNotification) {
169
onNotification({
170
- method: "notification/progress",
+ method: "notifications/progress",
171
params,
172
});
173
}
0 commit comments