I have created a new Fable library that works when the code is directly embedded in the project, but I can't get it to install and work properly via nuget.
I have included the .fsproj and .fs files in the "fable/" folder, and I have verified that they do appear in the ".fable" folder for my nuget package. But the npm build gives me a bunch of errors that it doesn't recognize the Fable.React types (tr, td, nothing, etc).
Fable Version "fable-compiler": "^2.10.1"
Disregard --
I accidentally removed dependencies on a nuget package build, and then I thought I cleared the nuget cache, but apparently I had some stale cache that I missed.
(╯°□°)╯︵ ┻━┻
It's working now.
Most helpful comment
Disregard --
I accidentally removed dependencies on a nuget package build, and then I thought I cleared the nuget cache, but apparently I had some stale cache that I missed.
(╯°□°)╯︵ ┻━┻
It's working now.