This produce no error, but the reactivity of the store does not work anymore: ```ts /** * Store. */ class MyStore extends Store { ``` This is ok: ```ts /** * Store * ^ without dot it is ok */ class MyStore extends Store { ``` version: 1.4.0
This produce no error, but the reactivity of the store does not work anymore:
This is ok:
version: 1.4.0