Second component instantiation has no owner when under vinxi start in a npm linked component

Anyone tried linked components? I have a reproduction where
getOwner()
goes
null
and this happens in an application I'm upgrading from solid-start 0.3.11 (worked under pnpm link). Seems like this would be something in vinxi, but I'm not sure. Could there be an issue in Solid-Js?

https://github.com/nksaraf/vinxi/issues/473

I'm simply using
npm i --save ./cmp
which saves the folder as a file link "file:cmp" in
package.json
. Then (in the reproduction), I installed solid-js in
cmp
and create a component that logs
getOwner()
and then I included that component in the parent solid starter
route/index.tsx
.
GitHub
Go to the reproduction: https://stackblitz.com/edit/github-28x64bqv-jpputvnc?file=cmp%2FCmp.tsx Open the browser's console (the stackblitz console is not enough) Notice, in the browser's co...
Was this page helpful?