Closed anthonyscorrea closed 1 year ago
Setup
Describe the bug I've been working on adding support for a new system, and I discovered that template.js has error in import statement:
https://github.com/MaterialFoundry/MaterialDeck/blob/9242cf4978b2ee577a2025ddaf19da552542b4d5/src/systems/template.js#L13
Should be
import { compatibleCore, compatibleSystem } from "../misc.js";
Additional context Took me a long time to find, because it causes the module to not load at all and without console error.
Setup
Describe the bug I've been working on adding support for a new system, and I discovered that template.js has error in import statement:
https://github.com/MaterialFoundry/MaterialDeck/blob/9242cf4978b2ee577a2025ddaf19da552542b4d5/src/systems/template.js#L13
Should be
Additional context Took me a long time to find, because it causes the module to not load at all and without console error.