Khai Ze
Results
2
comments of
Khai Ze
change your `import React, {'Component'} from 'react';` to `import React, { Component } from 'react';` the single quotes is not needed.
In your search_bar.js `class SearchBar extends React.component {` change the **component** to **Component** beware of the big letters.