Oleksandr Leskiv
Results
2
comments of
Oleksandr Leskiv
It seems like none of the build-in types are supported. Same issue for union types (it's even worse - a client fallback to "{}")
@cscan @amrakun It looks like `addData` is an asynchronous method that returns Promise that has to be awaited. The error is occursing because you're trying to add data after the...