-
Rafael Mendonça França authored
In some cases, the framework was mutating the :if option of callbacks. Since #38323, those options are frozen, so the framework could raise exception when trying to mutate those options if they were being resued with method like `with_options`.
Rafael Mendonça França authoredIn some cases, the framework was mutating the :if option of callbacks. Since #38323, those options are frozen, so the framework could raise exception when trying to mutate those options if they were being resued with method like `with_options`.
Loading