You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importReactfrom'react';importReactDOMfrom'react-dom';importSearchBarfrom'./components/search_bar';constAPI_KEY='AIzaSyAXOBp2n4bKsYZYorX0HIerLGK6sqwvuwc';// create a new component. This component should produce// some HTML constApp=()=>{return(<div><SearchBar/></div>);}// Take this component's generated HTML and put it// on the page (in the DOM)ReactDOM.render(<App/>,document.querySelector('.container'));
help me to solve this error.
The text was updated successfully, but these errors were encountered:
I am getting error message when I am using class method .
error message : TypeError: Super expression must either be null or a function, not undefined
here is my code : search_bar.js
here is my code : index.js
help me to solve this error.
The text was updated successfully, but these errors were encountered: