fabric-client seems to have removed Client.newEventHub in later versions. That caused the following error for me when trying to add tuna or change holders in the client app:
TypeError: fabric_client.newEventHub is not a function
Pinning it (and some dependencies) solved the issue for me.
fabric-client
seems to have removed Client.newEventHub in later versions. That caused the following error for me when trying to add tuna or change holders in the client app:Pinning it (and some dependencies) solved the issue for me.