Skip to content

fix: GRPC Bad Duplicate issue. Closes #8216#8273

Merged
jackkav merged 1 commit into
Kong:developfrom
h-tiwari-dev:fix/grpc-bad-duplicate
Jan 6, 2025
Merged

fix: GRPC Bad Duplicate issue. Closes #8216#8273
jackkav merged 1 commit into
Kong:developfrom
h-tiwari-dev:fix/grpc-bad-duplicate

Conversation

@h-tiwari-dev

Copy link
Copy Markdown
Contributor

Since the methods and body of the gRPC request pane are loaded within an onMount hook, and the component was not unmounting, subsequent requests were unable to fetch the updated methods and body. As a result, the gRPC panel was not displaying all the relevant data. To address this issue, I provided a key to the component, ensuring that the onMount hook is triggered each time the component is rendered.

@CLAassistant

CLAassistant commented Jan 4, 2025

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@jackkav jackkav force-pushed the fix/grpc-bad-duplicate branch from 21ebeff to 34e8d08 Compare January 6, 2025 14:32
@ryan-willis ryan-willis changed the title GRPC Bad Duplicate issue. Closes #8216 fix: GRPC Bad Duplicate issue. Closes #8216 Jan 6, 2025
@jackkav jackkav merged commit 142d559 into Kong:develop Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants