Bruno Bonamin

Results 4 comments of Bruno Bonamin

+1, problem can be worked around using @thadd 's suggestion

This would be a huge timesaver for us, I'm having to edit all forms of models that have associations in order to get this feature. Perhaps the association scope could...

To get around this issue you can add custom types to your project, e.g. at `nightwind-helper.d.ts`: ```typescript declare module "nightwind/helper" { type NightwindHelperModule = { init: () => string; beforeTransition:...

any news about this PR? does it work properly?