You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either the class Toolbox has to be imported: import { Toolbox } from '../domain/toolbox' or use the interface GluegunToolbox instead of the class Toolbox:
The definition of printCommands in GluegunPrint interface is wrong:
src/toolbox/print-types.ts
It should be:
src/toolbox/print-types.ts
The text was updated successfully, but these errors were encountered: