react-rating icon indicating copy to clipboard operation
react-rating copied to clipboard

Doesn't work with react 17

Open Ch3ssMaster opened this issue 4 years ago • 1 comments

Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. react rating

Ch3ssMaster avatar Aug 19 '21 08:08 Ch3ssMaster

import Rating from "react-rating"; instead of var Rating = require("react-rating"); worked for me

cheddarwhizzy avatar Dec 08 '21 08:12 cheddarwhizzy