Dzoukr / Feliz.DaisyUI

Feliz wrapper for DaisyUI TailwindCSS component library
https://dzoukr.github.io/Feliz.DaisyUI
MIT License
46 stars 10 forks source link

Weird behavior in Visual Studio, - Code and Rider #7

Closed DieselMeister closed 1 year ago

DieselMeister commented 1 year ago

Use Feliz 2.3 and Feliz.DaisyUI 2.3

Getting only for the Daisy related Code inside Visual Studio, - Code and Rider following Error: image

FS0074 The type referenced through 'Fable.React.ReactElement' is defined in an assembly that is not referenced. You must add a reference to assembly 'Fable.React'.

Any idea what is wrong here? (deleted all bin, obj also the .vs folder, etc. pp)

And it's only the Daisy-Code not the Feliz Standard Code.

only see this errors inside the IDEs and when I am compiling it with the IDEs, when using Fable 4 it works like a charme

Thanks ahead.

VS-Code: image

DieselMeister commented 1 year ago

Ah same behavior on Rider and VS Code.

DieselMeister commented 1 year ago

Sorry, now I saw, after I downloaded the git, that somehow because of the docs the old Feliz Version is used and not the Version 2.3. Couldn't deal with paket to upgrade this repo and sadly no update PR from me. Used locally normal Nuget in ordfer to get Feliz 2.3 into the project. (Maybe I am to stupid to use paket right)

Issue closed. Sorry, that I can not add my changes for the community.