Johnathan Ludwig
Johnathan Ludwig
@colinbate Thank you, that definitely works as a workaround for now!
+1 I get this error a lot, same steps as @richrace
This was something I was looking to use so I could add a tooltip to the tick. I am currently needing to truncate long values and would like to provide...
I've opened an PR to add `tickComponent` support to AnimatedAxis. I've tested it out locally and it worked in my case for adding a tooltip.
I'm seeing this issue as well. Similar to the example posted by @roboabad I am not importing other components so there is no circular import. As soon as I remove...
Yes the body of the request is there so I'm not sure why I can't get anything out of it on the server side.  Client side debug: https://gist.github.com/johnathanludwig/1bcefb76f2609a2b44eb3820dbdea26e Server...
Disabling compression does resolve the issue. Thank you for the help with that. Here are the server startup logs when compression was still enabled: ``` Sentry Logger [log]: Initializing Sentry:...
Great, thanks for the help!
Thats true. I do something similar in my use where I want a gap between them. I use the center for positioning and doing my own calculations from there for...