Skip to content
  • Mickaël Bourgier's avatar
    🐛 Only stores ClassStub of projections in data collector · 44c32205
    Mickaël Bourgier authored
    Storing the whole projection was causing problems when it wasn't serializable.
    Events stored in data collector is now an array of plain arrays with only necessary data, and events themselves are now cloned.
    Test of html rendering has been updated to use real class data collector instead of a fake one.
    44c32205