mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1537] Getting warn after npm run dev #487
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#487
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jerry4rahul on GitHub (Mar 12, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1537
WARN
WARN warn - You have enabled experimental features: uniformColorPalette, extendedSpacingScale, extendedFontSizeScale, applyComplexClasses, darkModeVariant, additionalBreakpointWARN warn - Experimental features are not covered by semver, may introduce breaking changes, and can change at any time.[https://prnt.sc/10jtdgz)]
@liyasthomas commented on GitHub (Mar 12, 2021):
You can completely ignore this
WARNmessage since it is coming from TailwindCSS library. We're making use of some experimental stylings in TailwindCSS 1.x which will be absolute in TailwindCSS 2.x release. So don't worry 🙂@jerry4rahul commented on GitHub (Mar 12, 2021):
@liyasthomas Its not even working in http://192.168.0.6:3000/
What to do?
@liyasthomas commented on GitHub (Mar 12, 2021):
Do you have any logs in dev console?
@jerry4rahul commented on GitHub (Mar 12, 2021):
@liyasthomas commented on GitHub (Mar 12, 2021):
Not this one. In browser console. Goto
localhost:3000and click F12 on Chrome to open console.@jerry4rahul commented on GitHub (Mar 12, 2021):
It's working well now. I just want to know if any team functionality there.
@liyasthomas commented on GitHub (Mar 12, 2021):
Team collaboration is a work in progress. Latest updates are in
teams-new-uibranch. Follow the project here and hopefully Teams collaboration will be out for beta in couple of weeks.@jerry4rahul commented on GitHub (Mar 12, 2021):
Yeah ok... Thanks