codesandbox / codesandbox/codesandbox-client

Cannot find module '' or its corresponding type declarations

Open
#6,641 6 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
13.6k
Forks
2.4k
Avg merge
6d 19h
Merged PRs (30d)
2

Description

🐛 bug report

Preflight Checklist

  • I have read the Contributing Guidelines for this project.
  • I agree to follow the Code of Conduct that this project
    adheres to.
  • I have searched the issue tracker for an issue that matches the one I want
    to file, without success.

Description of the problem

I've published a package called windstitch, so I'm creating this sandbox to demonstrate it. Unfortunately, CodeSandbox is failing to find its types. The package is working but has any types.

image

I'm using it in another project and the types work fine. Let me know if I have to set up anything extra so it works fine.

How has this issue affected you? What are you trying to accomplish?

To Reproduce
Link to sandbox: link
Your Environment
Software Name/Version
Сodesandbox b8d98f80d
Browser Chrome Version 100.0.4896.88 (Official Build) (arm64)
Operating System Mac OS 12.2.1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open the linked CodeSandbox and inspect the import at /src/App.tsx:19-29, then reproduce the missing-type error by hovering over the windstitch import. Trace how the sandbox resolves the package and its declarations; done means the package types are found instead of falling back to any and the error disappears.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, typescript
Domain
developer-experience, devtools
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.