Thomas Pucci
Thomas Pucci
Hello there, I would be interested to have this feature in the extension 🙂 do you accept new contributors and PRs ?
> @tpucci Yes, we very much welcome contributions! Feel free to pick this up and ask questions. Great ! I will try to add this feature in the coming days....
I created a PR #145. Let's continue the discussion there 👍
Hi @philippfromme, PR #145 is ready to be merged. Can you review it ? 🙂
Ping @kraffslol, should we merge this PR :) ?
I have the same issue 😕 , @TimurKhairnasov have you found a workaround?
Ok, I have found a workaround, after seeing this: https://github.com/facebook/litho/blob/bad7023f2668882a9d01525676d8ef868ce06f09/litho-processor/src/main/java/com/facebook/litho/specmodels/processor/PropDefaultsExtractor.java#L111 Change all `@PropDefaut` with `@get:PropDefault` and it should work. I checked generated `Component` and they look the same before (kotlin...