question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Warning: Icon(...): No `render` method

See original GitHub issue

Bug Report

Steps

Since the last update 0.80.1 I got error with Icon, Message, Menu and maybe another

No render method

When I’m back to 0.78.3 no error

<Header as='h2' icon>
    <Icon name='settings' />
        Account Settings
    <Header.Subheader>
        Manage your account settings and set e-mail preferences.
    </Header.Subheader>
</Header>

Expected Result

image

Actual Result

image

Version

0.80.1

Testcase

https://codesandbox.io/s/7wowvv7zpx

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Grmiadecommented, May 25, 2018

Same problem for Menu, Dropdown components … and more I suppose 😕

0reactions
layershiftercommented, May 25, 2018

Duplicate, see #2831#comment.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No `render` method found on the returned component ...
As you are new to react here is my router component for all of my projects. It is in typescript but you will...
Read more >
Basics of rendering and exporting in After Effects CC
Learn how to render and export in After Effects using the Render Queue ... Select the warning icon to see a detailed message...
Read more >
Warning: Each Child in a List Should Have a Unique 'key' Prop
Then React will get confused and re-render the incorrect element. Keys do not have to be unique globally. They just need to be...
Read more >
Optimizing Performance - React
This technique only renders a small subset of your rows at any given time, and can dramatically reduce the time it takes to...
Read more >
Understanding How To Render Arrays in React | DigitalOcean
The warning appears because when you attempt to render a collection inside a component, you must add a key . In React, a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found