mobx-decorators icon indicating copy to clipboard operation
mobx-decorators copied to clipboard

peer dependency mobx 4 ? is mobx 5 unsupported?

Open jigargosar opened this issue 6 years ago • 4 comments

  • is there a way to support mobx 5 too?

jigargosar avatar Aug 17 '18 07:08 jigargosar

MobX 5 is not supported yet. Some decorators depend on spy events but spy was removed in v5. Support is possible but I can't provide any ETA.

farwayer avatar Aug 17 '18 11:08 farwayer

but spy was removed in v5

I am not so sure since I am using spy in v5, let me know. Thanks. https://mobx.js.org/refguide/spy.html

jigargosar avatar Aug 18 '18 07:08 jigargosar

spy is dev only feature in mobx 5 and has no effect in production build. Decorators can be rewrite to work without using spy but I will have time for this in several weeks only.

On Sat, Aug 18, 2018, 10:51 AM Jigar Gosar [email protected] wrote:

but spy was removed in v5

I am not so sure since I am using spy in v5, let me know. Thanks. https://mobx.js.org/refguide/spy.html

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/farwayer/mobx-decorators/issues/16#issuecomment-414039700, or mute the thread https://github.com/notifications/unsubscribe-auth/ACPAvRR7jL30yHm8Wc8k3XmtdpF4OT9Gks5uR8dlgaJpZM4WBFx6 .

farwayer avatar Aug 20 '18 10:08 farwayer

thanks. there is no rush. I was just curious.

On Mon, 20 Aug 2018 at 15:56 farwayer [email protected] wrote:

spy is dev only feature in mobx 5 and has no effect in production build. Decorators can be rewrite to work without using spy but I will have time for this in several weeks only.

On Sat, Aug 18, 2018, 10:51 AM Jigar Gosar [email protected] wrote:

but spy was removed in v5

I am not so sure since I am using spy in v5, let me know. Thanks. https://mobx.js.org/refguide/spy.html

— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/farwayer/mobx-decorators/issues/16#issuecomment-414039700 , or mute the thread < https://github.com/notifications/unsubscribe-auth/ACPAvRR7jL30yHm8Wc8k3XmtdpF4OT9Gks5uR8dlgaJpZM4WBFx6

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/farwayer/mobx-decorators/issues/16#issuecomment-414270149, or mute the thread https://github.com/notifications/unsubscribe-auth/AABOckdNH5or1GUMqVSyaD344UsNnd1Iks5uSo7xgaJpZM4WBFx6 .

-- @JigarGosar +91 9892 006911

jigargosar avatar Aug 25 '18 09:08 jigargosar