Mixed package resolution #811
Unanswered
grenierdev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm building a collection of packages with internal dependencies: https://jsr.io/@baseless.
When I add these packages using
npx jsr add @baseless/react
, I end up with two versions of my packages.My app code is importing
import { id } from "@baseless/core"
. I'm ending up withid
functions that aren't the same reference. Does it mean my app code should use@jsr/baseless__core
instead?Is it expected behavior or I'm missing something?
Beta Was this translation helpful? Give feedback.
All reactions