Just going through your tutorial and at step#3 the code won't run for me.
modules.js?hash=d34111c…:14609 ReferenceError: Parties is not defined
Am I missing something? Adding import { Parties } from '../../../../collections/parties'; to the import statements fixes it. But all the relativity makes me 😷.
Just going through your tutorial and at step#3 the code won't run for me.
Am I missing something? Adding
import { Parties } from '../../../../collections/parties';
to the import statements fixes it. But all the relativity makes me 😷.