I am trying to set up routing in Meteor using react-router package and have encountered the following TypeError: Link to image: https://postimg.org/image/v0twphnc7/ The code in I u
Solution 1:
Assuming you are importing Component as a React.Component correctly, try removing the parenthesis after Component.
Should be:
classPortfolioextendsComponent {
instead of:
class Portfolio extends Component(){
If not, replace Componentwith React.Component.
Share
Post a Comment
for "React-router: Typeerror: Cannot Set Property 'props' Of Undefined"
Post a Comment for "React-router: Typeerror: Cannot Set Property 'props' Of Undefined"