[BUG]: Component name typo on (ScrambleText → ScrambledText)
Closed this issue · 0 comments
odest commented
Describe the issue
On the website, the component is shown as ScrambleText, but the correct name in the library is ScrambledText (missing the letter "d").
Because of this typo, the example link
pnpm dlx shadcn@latest add https://reactbits.dev/r/ScrambleText-TS-TW
does not work and opens a blank page.
The correct link should be
pnpm dlx shadcn@latest add https://reactbits.dev/r/ScrambledText-TS-TW
and this one works properly.
Reproduction Link
https://reactbits.dev/text-animations/scramble-text
Steps to reproduce
- Go to the documentation page: https://reactbits.dev/text-animations/scramble-text
- Copy the provided install link with
ScrambleText. - Open it in the browser → it shows a blank screen.
- Change
ScrambleTexttoScrambledTextin the link → now it works correctly.
Validations
- I have checked other issues to see if my issue was already reported or addressed