meteor-messageformat icon indicating copy to clipboard operation
meteor-messageformat copied to clipboard

[V2] React support (incl. SSR)

Open Sabst opened this issue 9 years ago • 0 comments

I tried using this package with Meteor 1.3, with and without SSR support and both failed.

  • In normal mode (no SSR), I get
nicolaslopezj_router-layer.js?hash=7b51f70…:73 Uncaught Error: If you use kadira:flow-router you must add kadira:blaze-layout [router-layer]
msgfmt_ui.js?hash=3dc3326…:8 Uncaught TypeError: Cannot read property 'RouterLayer' of undefined

EDIT: (adding kadira:blaze-layout makes the application - apparently - work but such a blaze-related packages has nothing to do here, right?)

  • Using SSR, among other problems, it looks like nicolaslopezj:router-layer does not support flow-router-ssr (I assume this is the root-cause for the other problems).

What is the trick for using this package with react ? Is there a way to use SSR too?

I hope there is a way to make it work, I like all the features I saw in this package!

Regards.

Sabst avatar Apr 20 '16 17:04 Sabst