You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The __LOGGER__({ label: "foo" }) syntax is supported by react-server-module-tagger, but not the babel-plugin-react-server wrapper that the CLI uses. Totally unimplemented!
I tried to use label for a logger like follow
var logger = logging.getLogger(__LOGGER__({ label: "foo" }));
I received that error about
__LOGGER__
:TypeError: (intermediate value)(intermediate value) is not a function
I'm using node v6.2.2 and the following modules
The text was updated successfully, but these errors were encountered: