ipad-cursor icon indicating copy to clipboard operation
ipad-cursor copied to clipboard

Project no longer works

Open z11h opened this issue 2 years ago • 0 comments

Hi! The demo looks really cool, and was attempting to use it in my personal project. Got the following error when trying to import /cursor:

error - cursor/Cursor.js (28:63) @ eval
TypeError: Cannot read properties of undefined (reading 'cursor')
  26 |     height: 24px;
  27 |     position: absolute;
> 28 |     background: ${({theme}) => transparentize(.5, theme.colors.cursor)};

Also, cloning the project & running it no longer works.

z11h avatar Oct 22 '21 05:10 z11h