Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions articles/hilla/reference/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,3 @@ If the `com.vaadin:vaadin-core` dependency is used, only the free `@vaadin/react
<artifactId>vaadin-core</artifactId>
</dependency>
----

== Enable React 19

Hilla uses by default React 18, but is tested against both React 18 and 19. Thus you can enable React 19 using feature flag.

Edit the [filename]`src/main/resources/vaadin-featureflags.properties` file in your application folder, to enable the feature flag.

.`vaadin-featureflags.properties`
[source,properties]
----
com.vaadin.experimental.react19=true
----
Loading