Guilherme de Andrade

Results 16 comments of Guilherme de Andrade

> @guilhermedeandrade > The stackframe I can see in your screenshot looks like it has successfully had the source map applied. > > Are there other frames in the stacktrace...

> Hey @guilhermedeandrade, in this event there are 4 frames in the stacktrace. The first one is the only 'in-project' frame, which is the frame most of interest here, and...

I think this isn't a bug actually. What you get from `theme.space.someSpace` isn't a `string`, but actually a `Token`. You can access the value of it using the `value` property,...

@hadihalla maybe we should improve the documentation, though. It doesn't explain this situation and maybe more people have been passing through the same problem. What do you think?

> > I think this isn't a bug actually. What you get from `theme.space.someSpace` isn't a `string`, but actually a `Token`. You can access the value of it using the...

This PR is too old, this branch would need to be rebased and probably the suggested changes won't even work anymore. I'd suggest anyone with a similar issue/idea to follow...