Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Badge icons from documentation are not working with NextJS 14.2.2 #1019

Open
shwarcu opened this issue Apr 20, 2024 · 0 comments
Open
Labels
Type: Bug Confirmed bug, something is not working as intended

Comments

@shwarcu
Copy link

shwarcu commented Apr 20, 2024

Tremor Version

@tremor/react: ^3.16.1

Link to minimal reproduction

https://codesandbox.io/p/devbox/brave-easley-nht8x6

Steps to reproduce

I went steb by step through https://www.tremor.so/docs/getting-started/installation
and then added a badge from this example
https://www.tremor.so/docs/ui/table#usage-example

in my page.tsx

import { RiFlag2Line } from '@remixicon/react';
import { Badge } from '@tremor/react';

 <Badge color="emerald" icon={RiFlag2Line}>Active</Badge>

What is expected?

Badge with an icon is rendered same as in the documentation

What is actually happening?

image

What browsers are you seeing the problem on?

Microsoft Edge

Any additional comments?

This seems to be the same problem as in #879

@severinlandolt severinlandolt added the Type: Bug Confirmed bug, something is not working as intended label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Confirmed bug, something is not working as intended
Projects
None yet
Development

No branches or pull requests

2 participants