Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #6908: Missing props in MessagesPassThroughMethodOptions and MessagesProps #6909

Merged

Conversation

ivanpajon
Copy link
Contributor

@ivanpajon ivanpajon commented Jul 19, 2024

Defect Fixes

Fix #6908

Copy link

vercel bot commented Jul 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
primereact ⬜️ Ignored (Inspect) Visit Preview Jul 19, 2024 9:49pm
primereact-v9 ⬜️ Ignored (Inspect) Visit Preview Jul 19, 2024 9:49pm

Copy link

Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>.

@@ -22,6 +22,9 @@ export declare type MessagesPassThroughTransitionType = ReactCSSTransitionProps
*/
export interface MessagesPassThroughMethodOptions {
props: MessagesProps;
state: MessagesState;
hostName?: string;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will have to look. What is hostname? Weird property for messages.

Copy link
Contributor Author

@ivanpajon ivanpajon Jul 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since last release I see that prop in some components... I don't know what it is neither. If you see my PR #6902 in the stackblitz reproducer, you will see that prop also for bodyRow in Datatable component.
I only include that prop here because it is passed through MessagesPassThroughMethodOptions.

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.

Messages: Missing props in MessagesPassThroughMethodOptions and MessagesProps
2 participants