Paul Grindean

Results 3 comments of Paul Grindean

Having the same issue, did you find a way around it?

Found to be caused by the inconsistent versions of the "react" imports : node-explorer/package.json: "react": "^16.12.0", "react-dom": "^16.12.0", node-explorer/r3-tooling-design-system/r3-tooling-design-system-dev/package.json: "react": "^17.0.2", "react-dom": "^17.0.2" Resolution: Changed the node-explorer/package.json to use the...

I also came upon a serialization issue manifested as below: ``` net.corda.nodeapi.RPCApi$ServerToClient$FailedToDeserializeReply: Failed to deserialize RPC reply: Class "class net.corda.core.schemas.PersistentStateRef" is not on the whitelist or annotated with @CordaSerializable. at...