-
-
Notifications
You must be signed in to change notification settings - Fork 386
Closed
Labels
regressionSomething is no longer workingSomething is no longer working
Description
Prerequisites
- I've read the relevant documentation
- I've searched for existing issues
- I've read the issue reproduction guide
Good version
5.88.0
Bad version
6.0.1
Description of the regression
This code:
import type { LayoutServerLoad } from './$types';
export const load: LayoutServerLoad = async (event) => {
// ...
}causes:
Unresolved imports (42)
./$types src/routes/(app)/+layout.server.ts:3:39
...
Which it didn't do before Knip v6
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
regressionSomething is no longer workingSomething is no longer working