Zaid-Ajaj / Feliz

A fresh retake of the React API in Fable and a collection of high-quality components to build React applications in F#, optimized for happiness
https://zaid-ajaj.github.io/Feliz/
MIT License
544 stars 81 forks source link

Feliz.UseMediaQuery & Feliz.HookAttribute Fable 4 compatiblity #514

Closed OnurGumus closed 2 years ago

OnurGumus commented 2 years ago

Hello, I had some code using Feliz.UseMediaQuery failing as below. Perhaps it is a good time to update.

./src/Client/fable-output/fable_modules/Feliz.UseMediaQuery.1.4.0/UseMediaQuery.fs(1,1): error EXCEPTION: Plugin Feliz.HookAttribute expects v3.0 but currently running Fable v4.0.0-theta-010

OnurGumus commented 2 years ago

I think this is a more broader problem with Feliz. I will create another bug.