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

Release 1.3.1 #45

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Release 1.3.1 #45

merged 1 commit into from
Sep 13, 2024

Conversation

iruzevic
Copy link
Member

@iruzevic iruzevic commented Sep 13, 2024

Description

  • Helper getFilteredAttributes used on SSR components to filter out unwanted attributes and optimize the output.

Usage

<ServerSideRender
	block={blockFullName}
	attributes={
		getFilteredAttributes(
			attributes,
			attributesSsr,
			{
				resultOutputServerSideRender: true
			}
		)
	}
/>

@iruzevic iruzevic requested a review from a team September 13, 2024 12:23
@iruzevic iruzevic self-assigned this Sep 13, 2024
@iruzevic iruzevic merged commit 82bcb8c into main Sep 13, 2024
1 check failed
@iruzevic iruzevic deleted the feature/new-helper branch September 13, 2024 12:26
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.

3 participants