react-rating
react-rating copied to clipboard
Doesn't work with react 17
Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. react rating
import Rating from "react-rating"; instead of var Rating = require("react-rating"); worked for me