-
Notifications
You must be signed in to change notification settings - Fork 83
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
Avatar doesn't show Background or Color #18
Comments
Looks like it's happening due to server components, Goober has no support for it so we need to revert it back to something else. I'll look at what I can do. |
One thing that helped me to sort this out was to create a client componente such as
Then used this in my page.tsx
|
That works, still I'm going to remove goober because it's unnecessary at the moment. and I'm going to expose a class in case people want to manipulate from outside, at the moment it's quite hacky to achieve that. |
Trying to use the Component in a fresh Next JS project getting the result below. Text + Icons are showing but background and colors are missing.
Code:
Result:
The text was updated successfully, but these errors were encountered: