uidotdev / usehooks

A collection of modern, server-safe React hooks – from the ui.dev team

Home Page:https://usehooks.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong text is copied

ImLunaHey opened this issue · comments

commented

The text that's added to the clipboard on https://usehooks.com/usekeypress is not the same as what's shown on the page.

Pretty sure this line is the cause.

const copyText = `npm i @uidotdev/usehooks`;

Did you mean to link to this page, https://usehooks.com/usecopytoclipboard ?

Also, everything looks fine on that page.

commented

Please reopen this.

Screenshot 2023-11-04 at 8 54 33 am

The copy + paste from that page gives me npm i @uidotdev/usehooks. It should give npm i @uidotdev/usehooks@experimental react@experimental react-dom@experimental.

Ah! Totally misunderstood you, my bad! Just pushed a fix for this. Thank you!