namgold

Results 3 issues of namgold

### Current behavior I have 2 files below `index.js`: ```js import React, { useEffect, useState } from "react"; export const MyComponent = (props) => { const [val, setVal] = useState(0);...