ERROR in ./src/scripts/structures/question.js Module build failed: SyntaxError: null is a reserved word (242:66) 240 | return this.parse` 241 | <div class=""> > 242 | ${ Header.bind(null, {heading: headingText, color: "white", null })} | ^ 243 | ${ Timer.bind(null, timerParams) } 244 | 245 | <div class="question-subsection">
ERROR in ./src/scripts/structures/question.js
Module build failed: SyntaxError: null is a reserved word (242:66)
240 | return this.parse`
241 |