Benjamin Saphier

Results 2 comments of Benjamin Saphier

> For those having the issue in React, this works: > > ``` > const [ abortController, setAbortController ] = useState(new AbortController()); > > fetch( > signal: abortController.signal > //...

this would require refactoring how this component works