1👍
Instead of using @State('records') private records!: RecordModuleState;
you should be using
@Getter records
.
Source:stackexchange.com
1👍
Instead of using @State('records') private records!: RecordModuleState;
you should be using
@Getter records
.