this repo has no description
0
fork

Configure Feed

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

Fix useState undefined

Blame myself working on multiple features at the same time

+1 -1
+1 -1
src/pages/settings.jsx
··· 1 1 import './settings.css'; 2 2 3 - import { useRef } from 'preact/hooks'; 3 + import { useEffect, useRef, useState } from 'preact/hooks'; 4 4 import { useSnapshot } from 'valtio'; 5 5 6 6 import logo from '../assets/logo.svg';