Feliz.Bulma icon indicating copy to clipboard operation
Feliz.Bulma copied to clipboard

After recent package updates, DateTimePicker stopped working. (Problem seems to be upstream.)

Open geysernrd opened this issue 1 year ago • 0 comments

After running a paket update, any view with a DateTimePicker fails with a meaningless error:

image

I've confirmed that even just the following causes the error:

    Feliz.Bulma.DateTimePicker.dateTimePicker []

Unfortunately, pinning Feliz.Bulma.DateTimePicker to version 2.3.0 (which was working previously) does not solve the problem. I plan to undergo tomorrow the laborious process of trying to identify which upstream package(s) may have caused the issue, but I thought I'd get this posted in case there's something obvious I might be missing.

FWIW, the call to the date picker is in a SAFE Stack application, which I'm running on Chrome in VS Code. Target framework is net6.0.


SEMI-UPDATE: The error specifically seems to be occurring with any call to functions on the "React" type in React.fs in the Feliz project. (I haven't yet figured out what and how far to roll back to get DateTimePicker back to working condition.)


UPDATE: Okay, I can get this error to go away by adding Feliz.CompilerPlugins to my packages and pinning it to version 1.10. Nothing else (including DateTimePicker) has to be pinned to an earlier version.

geysernrd avatar Mar 09 '23 23:03 geysernrd