-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Describe the issue
The problem:
When installing the Lanyard component using:
npx jsrepo add https://reactbits.dev/default/Components/Lanyard
The downloaded package contains PNG and GLB files that are corrupted and cannot be opened or edited. In contrast, the corresponding files found in the GitHub repository at src/content/Components/Lanyard are intact and function correctly.
What we want to happen:
When running:
npx jsrepo add https://reactbits.dev/default/Components/Lanyard
The installation process should download the Lanyard component along with its associated assets (PNG and GLB files) intact and uncorrupted. These files must be identical to those in the GitHub repository at src/content/Components/Lanyard, ensuring they can be opened, viewed, and edited without any issues.
Reproduction Link
https://www.reactbits.dev/components/lanyard
Steps to reproduce
- Run the command: npx jsrepo add https://reactbits.dev/default/Components/Lanyard
- Navigate to the downloaded package and try to open or edit the PNG and GLB files.
- Compare these files with those located in the GitHub repository at
src/content/Components/Lanyard.
Validations
- I have checked other issues to see if my issue was already reported or addressed