Cannot read properties of undefined (reading 'colors')
packages/client/src/lib/canvas.ts Palette.getColor():
getColor: (colorId: number) => {
return this.config.pallete.colors.find((c) => c.id === colorId);
},
packages/client/src/lib/canvas.ts Palette.getColor():
getColor: (colorId: number) => {
return this.config.pallete.colors.find((c) => c.id === colorId);
},