79479236

Date: 2025-03-02 14:34:43
Score: 0.5
Natty:
Report link

The following change worked for me: Changing from const context = React.useContext(... to:

import { useContext } from 'react';
...
const context = useContext(...
Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MaurĂ­cio Correia Sales