Skip to content

"develop" typo? I'm seeing "devlop" multiple times in the library. #4

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

Closed
4 tasks done
upascal opened this issue May 7, 2025 · 5 comments
Closed
4 tasks done
Labels
🙋 no/question This does not need any changes 👎 phase/no Post cannot or will not be acted on

Comments

@upascal
Copy link

upascal commented May 7, 2025

Initial checklist

Affected package

mdast-util-gfm-task-list-item/lib/index.js

Steps to reproduce

The application was failing to bundle with the following error:

GET http://localhost:8081/index.ts.bundle?platform=web&dev=true&hot=false&transform.engine=hermes&transform.routerRoot=app&unstable_transformProfile=hermes-stable net::ERR_ABORTED 500 (Internal Server Error)

This was caused by typos in multiple dependencies:

  1. In [email protected], there was an import statement:

    import {ok as assert} from 'devlop'

    The package name was misspelled - it should have been develop.

Solution Applied

  1. Fixed the typo in mdast-util-gfm-table/lib/index.js by changing 'devlop' to 'develop'
  2. Installed the develop package which was missing
  3. Created patches using patch-package to ensure the fixes persist even if dependencies are reinstalled

Environment Details

Bug Report Information

This appears to be a bug in the mdast-util-gfm ecosystem packages. The typos prevent the application from bundling correctly when using Metro bundler with Hermes for web.

Actual behavior

Web Bundling failed 7188ms index.ts (941 modules)
Unable to resolve "devlop" from "node_modules/mdast-util-gfm-task-list-item/lib/index.js"

Expected behavior

Web Built

Runtime

[email protected]

Package manager

npx expo 0.22.22

Operating system

macOS 15.4

Build and bundle tools

other (please specify in steps to reproduce)

@github-actions github-actions bot added 👋 phase/new Post is being triaged automatically 🤞 phase/open Post is being triaged manually and removed 👋 phase/new Post is being triaged automatically labels May 7, 2025
@JounQin JounQin closed this as completed May 7, 2025

This comment has been minimized.

@JounQin
Copy link
Member

JounQin commented May 7, 2025

Duplicate of syntax-tree/mdast-util-frontmatter#1

@JounQin JounQin added the 🙋 no/question This does not need any changes label May 7, 2025
Copy link

github-actions bot commented May 7, 2025

Hi! Thanks for reaching out! Because we treat issues as our backlog, we close issues that are questions since they don’t represent a task to be completed.

See our support docs for how and where to ask questions.

Thanks,
— bb

@github-actions github-actions bot added 👎 phase/no Post cannot or will not be acted on and removed 🤞 phase/open Post is being triaged manually labels May 7, 2025
@JounQin
Copy link
Member

JounQin commented May 7, 2025

Duplicate of remarkjs/react-markdown#801

@JounQin JounQin marked this as a duplicate of remarkjs/react-markdown#801 May 7, 2025
@JounQin
Copy link
Member

JounQin commented May 7, 2025

Duplicate of remarkjs/react-markdown#798

@JounQin JounQin marked this as a duplicate of remarkjs/react-markdown#798 May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🙋 no/question This does not need any changes 👎 phase/no Post cannot or will not be acted on
Development

No branches or pull requests

2 participants