Łukasz Krzywizna

Results 13 issues of Łukasz Krzywizna

### Description Hi, After upgrading from `Webpack` to `Vite.js`, I've noted that `Fable` freezes during `HMR/Fast-Refresh`. The problem is **critical** because it happens quite often for big projects/files (like my...

### Description: When defining a local F# function in a Fable project with a name that matches a global JavaScript function (e.g., `setTimeout`, `clearTimeout`), Fable always references the local function,...

### Description During `fable watch`, any file adding/removing causes the clearing of all `.js` files within `fable_modules` resulting whole application failing. Only rerun helps. ### Repro code 1. Running `fable...

Hi, @MangelMaxime I just wanted to know if there are any plans to support F# 8. Especially I'm interested in [static member in interface](https://github.com/fsharp/fslang-suggestions/issues/1191). This would be I huge thing...

enhancement

### Description Hi! I'm testing [Fable + Next js](https://github.com/Neftedollar/Nextjs-Fable-simple-app/tree/master) solution and I tried to use [client-side rendering](https://nextjs.org/docs/app/building-your-application/rendering/client-components). In order to do this, there must added `'use client'` directive to top...

@Zaid-Ajaj @JordanMarr I've checked the PR #480 and I wonder if that code is correct when **not** using strict mode: ```fsharp if renderAfterCalled.current then destroyFunc.current else None ``` I'm asking...

Hi, First of all, I love Feliz! I very much like the paradigm it offers, especially the `IReactProperty list` approach. It's very readable and closest to the original JS/JSX approach....

According to documentation https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/blur Filter's blur accepts three units: px, rem, or none (for 0). Feliz's `Style` module expects to put: - `int` for a percentage value from `0` to...

### Issue: When using Feliz with F# and Fable, passing F# record types as props in React components results in unexpected behavior. The record type, which Fable translates into a...