How to enable React 19 in 24.7.0

I see in Blog post, it shows React 19 (Optional) support

24/7 Flow with Vaadin 24.7 | Vaadin

how to enable react 19? Is tehre feature flag that needs to be enabled?

Yes, there’s a feature flag for enabling the react 19. Similar to other feature flags, it can be enabled either through the Copilot or by adding the com.vaadin.experimental.react19=true in the src/main/resources/vaadin-featureflags.properties file (create the file if doesn’t exist yet) and restarting the app.

2 Likes

Works nicely! Thank you, @Soroosh_Taefi

1 Like