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
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:
Any tips on resolving this issue?
The text was updated successfully, but these errors were encountered:
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;
}
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:
Any tips on resolving this issue?
The text was updated successfully, but these errors were encountered: