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
If the point of this issue is the cause of the error rather than the message talking about compiler internals, it's because Feliz.PrimeReact is not compatible with Feliz 2, which no longer contains createElement. My guess is that because button is inline, the "method body transplant" fails in an atypical way, since the createElement referenced from Feliz.PrimeReact.dll does not exist in the currently used version of Feliz.dll. Were the function not inline (and were this not a Fable project), you'd probably get a type load exception at run time instead.
Consider this project:
When trying to build it, there's an unusual error:
The text was updated successfully, but these errors were encountered: