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

Receiving warning: extra attributes from the server: style when using component #169

Open
KingJulius opened this issue Nov 4, 2023 · 1 comment

Comments

@KingJulius
Copy link

KingJulius commented Nov 4, 2023

While using a VerticalTimeline component for a Next v13.5.6 project using App Router with TypeScript, this is the warning message that I am getting when running my project on Chrome even in incognito mode as I was under the assumption that it may have been due to a 3rd party Chrome plugin but it is leading to the same warning:

image

Any tips on resolving this issue?

@LoukaC
Copy link

LoukaC commented Nov 9, 2023

Hi

Vertical-timeline add automatically style="--line-color:#FFF:" to the html
set lineColor='' in VerticalTimeline
and in globals.css set your own color:
html{
--line-color: #e2e8f0;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants