Artur

Results 189 issues of Artur

### Describe the bug When you remove a route, you see and then the page reloads ### Expected-behavior There are no errors and the page is not reloaded ### Reproduction...

bug
hilla
Severity: Minor
Impact: High

### Describe the bug If you add a route you see ``` Warning: You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call...

bug
hilla
Severity: Minor
Impact: High

### Describe the bug ``` WARN (tsgen) : Component has no properties: com.vaadin.hilla.crud.filter.Filter ``` ### Expected-behavior No warning ### Reproduction mvn install -Pproduction ### System Info 24.4.0.beta5

bug
hilla
Severity: Minor
Impact: High

### Describe the bug ``` npx @hilla/cli init --pre hilla-debug cd hilla-debug MAVEN_OPTS="-Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=4000,suspend=n" mvn ``` causes ``` java.lang.IllegalStateException: com.vaadin.flow.server.ExecutionFailedException: Failed to configure Hilla engine: no runner succeeded. Set log...

bug
hilla
Severity: Major
Impact: Low

Instead of importing `routes.js/routes.ts/routes.tsx` from the project into `Flow.tsx` and creating a circular dependency, this moves importing of `routes.js` to a new file that is always included when react is...

+0.0.1
target/24.4

### Description of the bug When you start an app using Hilla FS routes and then do ``` touch src/main/frontend/generated/file-routes.ts ``` Two things can happen in the browser: 1. ```...