Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logger shows some number instead of name #110

Closed
TigranAvushyan opened this issue Oct 21, 2022 · 3 comments
Closed

Logger shows some number instead of name #110

TigranAvushyan opened this issue Oct 21, 2022 · 3 comments
Labels
question Further information is requested

Comments

@TigranAvushyan
Copy link

image

import { createDomain } from "effector";
import { attachLogger } from "effector-logger/attach";


export const countStore = createDomain()

attachLogger(countStore);

export const $count = countStore.createStore(0)
@TigranAvushyan TigranAvushyan changed the title effector logger number instead of event name bug Logger shows some number instead of name Oct 21, 2022
@sergeysova
Copy link
Member

Did you add a plugin for babel?

effector-logger/babel-plugin OR effector/babel-plugin

@sergeysova sergeysova added the question Further information is requested label Oct 21, 2022
@sergeysova
Copy link
Member

@TigranAvushyan
Copy link
Author

yes i did

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants