Wei-Ping Liao
Wei-Ping Liao
Thanks! Did you look into `_prefix_path` method on line 311 as well? Its implementation is very similar to `_set_prefix_path`.
Just want to report that a similar issue was introduced by a Rails 6 change: https://github.com/rails/rails/pull/33227. After this change, `any_instance.stubs(:attr_method)` will throw `Mocha::StubbingError: stubbing non-existent method`. if `stubbing_non_existent_method: :prevent` is...
Hi Froala team! 👋 We've run into this issue as well and it's currently blocking our upgrade to v4.4.0. After digging into the code, we think we've identified the root...
@Baztoune it requires triggering a component update immediately after component mount. Something like this: https://codesandbox.io/p/devbox/wizardly-rhodes-kh63yg?workspaceId=ws_H7K8uL11faCouoXw1id1qz @ilyaskarim