You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: