Hi,
I tried to add Autocomplete example to my app which was based on safe stack template, it didnt work because it cant find some compiled js , see the warning from console:
WARNING in ./src/Client/Views/Autocomplete.fs 177:23-81 "export 'Reaction$$$useStatefulStream$$5E046E25' (imported as 'Reaction$0024$0024$0024useStatefulStream$0024$00245E046E25') was not found in '../../../.fable/Fable.Reaction.3.5.0/Reaction.fs' @ ./src/Client/Views/Index.fs @ ./src/Client/App.fs @ ./src/Client/Client.fsproj
when i run autocomplete example from this repo it will generate *.js in .fable/Fable.Reaction.3.5.0 but not in my app, there are no js files.
So is this library only usable with fable compiler 3.0 and my only option is upgrade my app to it? Or is there some "workaround".
Thanks
Hi,
I tried to add Autocomplete example to my app which was based on safe stack template, it didnt work because it cant find some compiled js , see the warning from console:
WARNING in ./src/Client/Views/Autocomplete.fs 177:23-81 "export 'Reaction$$$useStatefulStream$$5E046E25' (imported as 'Reaction$0024$0024$0024useStatefulStream$0024$00245E046E25') was not found in '../../../.fable/Fable.Reaction.3.5.0/Reaction.fs' @ ./src/Client/Views/Index.fs @ ./src/Client/App.fs @ ./src/Client/Client.fsprojwhen i run autocomplete example from this repo it will generate *.js in .fable/Fable.Reaction.3.5.0 but not in my app, there are no js files.
So is this library only usable with fable compiler 3.0 and my only option is upgrade my app to it? Or is there some "workaround".
Thanks