wave icon indicating copy to clipboard operation
wave copied to clipboard

Migrate to `useId` from `nanoid`

Open nlopin opened this issue 2 years ago • 0 comments

The new React Engine (#239) exposes new useId hook which can generate stable ids both on the server and frontend side.

That means we can migrate to this hook and remove nanoid from the project which solved the same task (not successfully, because ids were not the same on BE and FE sides)

nlopin avatar Jun 03 '22 13:06 nlopin