pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Eslint got hands

+3 -2
+2 -1
src/pages/parts/admin/WorkerTestPart.tsx
··· 91 91 const error = err as Error; 92 92 error.message = error.message.replace(worker.url, "WORKER_URL"); 93 93 if ( 94 - error.message === '[Cloudflare Turnstile] Invalid or missing type for parameter "sitekey", expected "string", got "object".' 94 + error.message === 95 + '[Cloudflare Turnstile] Invalid or missing type for parameter "sitekey", expected "string", got "object".' 95 96 ) { 96 97 updateWorker(worker.id, { 97 98 id: worker.id,
+1 -1
src/stores/turnstile/index.tsx
··· 111 111 > 112 112 <Turnstile 113 113 sitekey={siteKey} 114 - theme={"light"} 114 + theme="light" 115 115 onLoad={(widgetId, bound) => { 116 116 idRef.current = widgetId; 117 117 setTurnstile(widgetId, bound, !!props.isInPopout);