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
534 stars 78 forks source link

Bulma Intellisense error: `Fable.React` does not contain `ReactElement` #552

Closed mrakgr closed 1 year ago

mrakgr commented 1 year ago

In Visual Studio, I get The module/namespace 'Fable.React' from compilation unit 'Fable.React' did not contain the namespace, module or type 'ReactElement' whenever I try to autocomplete Bulma. In Visual Studio Code, I get this at the top of the module.

The project compiles fine despite this using dotnet run.

What do I do about this? It might be due to me upgrading all the packages to the latest, but if so, I'd rather not resolve it by downgrading.

mrakgr commented 1 year ago

Er, sorry, I should be opening this in the right repo. I somehow missed it during my original search and lazily decided to post it here instead.

mrakgr commented 1 year ago

https://github.com/Dzoukr/Feliz.Bulma/issues/133