hackerrank-react-certificate icon indicating copy to clipboard operation
hackerrank-react-certificate copied to clipboard

Missing an import

Open PanosThodos opened this issue 3 years ago • 0 comments

You need to add useEffect import in your app.js file.

import React, { useState, useEffect } from 'react';

PanosThodos avatar Feb 06 '22 01:02 PanosThodos