deep-foundation / deepcase-app

https://deep-foundation.github.io/deepcase-app/
The Unlicense
11 stars 7 forks source link

installed packages not visible #126

Open L4legenda opened 1 year ago

L4legenda commented 1 year ago

in file /imports/loader.tsx

<DeepLoaderActive
      key="DEEPCASE_SPACE"
      name="DEEPCASE_SPACE"
      query={spaceQuery}
      onChange={(r) => {
        deep.minilinks?.apply(r, 'space');
      }}

no packet returned to r

L4legenda commented 1 year ago

https://github.com/deep-foundation/deepcase/issues/63