Syntax error running plasmic sync

Also receiving this with Plasmic sync

in your registerComponent calls for code components, could you try making sure that the name you use is a valid js identifier (so, no spaces)? For example, "SectionMessage" instead of "Section Message"

After removing all the whitespaces from the names, the preview for the homepage started working again (tried adding the space again and it broke it) and the Plasmic error (unexpected token) went away, however, even with no whitespaces, the individual components don’t seem to load (same error as above).

Which error are you referring to?

Hi!
I actually got the error fixed (related to one of my components that didn’t seem to work with Plasmic). After moving that to a separate page, the error went away.