Closed gavinmcfarland closed 2 weeks ago
Example when importing types that's missing type keyword.
type
import { ColorProperty } from "./types";
Example error
The requested module '/src/types.ts?t=1721597173545' does not provide an export named 'ColorProperty'
Console logging improved in next major release.
Example when importing types that's missing
type
keyword.Example error