Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to import - jotai/utils #833

Open
nanikit opened this issue May 20, 2024 · 0 comments
Open

Failed to import - jotai/utils #833

nanikit opened this issue May 20, 2024 · 0 comments
Labels
deno Not working in Deno

Comments

@nanikit
Copy link

nanikit commented May 20, 2024

Failing module

import { atomFamily } from 'https://esm.sh/[email protected]/utils'

Expected behavior

It should be resolved.

Actual behavior

> import { atomFamily } from 'https://esm.sh/[email protected]/utils'
undefined
> atomFamily
undefined
> import * as a from 'https://esm.sh/[email protected]/utils'
undefined
> a
[Module: null prototype] {
  default: {
    RESET: Symbol(RESET),
    atomFamily: [Function: Y],
    atomWithDefault: [Function: te],
    atomWithLazy: [Function: pe],
    atomWithObservable: [Function: ie],
    atomWithReducer: [Function: K],
    atomWithRefresh: [Function: ve],
    atomWithReset: [Function: j],
    atomWithStorage: [Function: re],
    createJSONStorage: [Function: V],
    freezeAtom: [Function: N],
    freezeAtomCreator: [Function: Q],
    loadable: [Function: ae],
    selectAtom: [Function: H],
    splitAtom: [Function: ee],
    unstable_withStorageValidator: [Function: ne],
    unwrap: [Function: de],
    useAtomCallback: [Function: _],
    useHydrateAtoms: [Function: g],
    useReducerAtom: [Function: E],
    useResetAtom: [Function: R]
  }
}

Additional info

  • esm.sh version: v135 maybe, redirected.
  • Deno version: 1.43.5
@nanikit nanikit added the deno Not working in Deno label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deno Not working in Deno
Projects
None yet
Development

No branches or pull requests

1 participant