Matt Lehrer

Results 3 comments of Matt Lehrer

I got this to work by adding a LoggerInterface in src/interfaces/LoggerInterface.ts: ``` interface LoggerInterface { debug(message: string, ...args: any[]): void; info(message: string, ...args: any[]): void; warn(message: string, ...args: any[]): void;...

For everyone following these issues with Svelte, the Tailwind team just released a [prettier plugin](https://tailwindcss.com/blog/automatic-class-sorting-with-prettier)

I'm excited for this and thankful. @drejohnson, make sure to change Solid-> Svelte in the [package.json](https://github.com/drejohnson/query/blob/bdfeac4727a71cdc6082c710212483376f074be7/packages/svelte-query/package.json#L4)