You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2021. It is now read-only.
Oh, looks like I missed this console error which probably causes the list not getting rendered. Most likely something silly on my behalf as I'm just getting started with React.
Each child in a list should have a unique "key" prop. Check the render method of Component. It was passed a child from TagCloudContainer.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Awesome job mr. @IjzerenHein ❤️
Would it be possible to place my tags in a different component (like e.g.
TagCloudTags
as used in the example below)?Thus far the tags do appear on-screen but as a flat-list. Trying to integrate it into Gatsby.
Sample code
TagCloud component
TagCloudTags component
The text was updated successfully, but these errors were encountered: