error finding lib file #435
-
|
beta 58 new error? let { getActiveScreen, setActiveAppBounds } = await kit("desktop") desktop.js is in /Users/BikeFixe/.kit/lib as I think it was before. Error reported by Kit: /Users/BikeFixe/.kit/scripts/desktop.js not found |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
You can delete the line:
|
Beta Was this translation helpful? Give feedback.
You can delete the line:
let { getActiveScreen, setActiveAppBounds } = await kit("desktop")getActiveScreenandsetActiveAppBoundsare globals now. So that line is unnecessary. Apologies for not making that deprecating that more smoothly