Zaid-Ajaj / Fable.React.Flatpickr

Fable binding for react-flatpickr that is ready to use within Elmish applications
https://zaid-ajaj.github.io/Fable.React.Flatpickr/
MIT License
14 stars 6 forks source link

Not working with Preact #3

Closed kunjee17 closed 6 years ago

kunjee17 commented 6 years ago

Hi,

I have no idea but it was perfectly working with Preact earlier. but recently it is stopped working. And when I switched to react. It starts working. Again don't know why. Can you please help me debug this one or if you are have time please have a look.

Zaid-Ajaj commented 6 years ago

Yeah definitely, do you have a repro where it isn't working so I could have a look at it? My first guess is that your preact version (or preact-compat) is updated to something incompatible

kunjee17 commented 6 years ago

I have tried with infernojs and it is working as it should.

kunjee17 commented 6 years ago

@Zaid-Ajaj I ll try to have reproduce in weekend... 👍

Zaid-Ajaj commented 6 years ago

Did you manage to get the component working with Preact?

If so, would be nice to share for others having the same issue :smile:

kunjee17 commented 6 years ago

@Zaid-Ajaj didn't got time to work on that. I did moved project to react as preact and inferno both were giving issues here and there...

Zaid-Ajaj commented 6 years ago

Compatibility issues strike again 😓

Alright, I will close this for now because I can't reproduce the issue, anyone please reopen if you encounter it with a concrete example