-
-
Notifications
You must be signed in to change notification settings - Fork 28
fix: typo ctx.config.xRange in Arc.svelte #670
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
Conversation
|
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
commit: |
|
Hey @itay-grudev 👋. Thanks for the PR. What is the issue you are encountering?
I poked around on the PR preview and didn't see any change (better or worse) which was a little surprising. |
|
@techniq I'm still reverse-engineering to figure it out, but I got That being said, I just thought it's strange that we check whether |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@itay-grudev awe, I see what you're saying (sorry I'm just starting my day and not caffeinated 🤣)
While there are cases where you want to known if a setting is user configured, I can't think of a reasons here.
I checked the blame history just to be safe and this change looks to have originated from the massive Svelte 5 migration so it very likely was an oversight.
Thanks for the PR!
I'm sorry about bothering you that early. Let me get you that coffee. And thanks for the help. |
|
You're very generous. Thank you 🫶 |
|
btw, forgot to mention, but in the future it's best to attach a changeset to a pr ( This being a minor change with no known change might not warrant it, but always nice to capture for tracing purposes (especially if we encounter an unexpected regression). Note: We're in the process of improving state management throughout LayerChart that will enable a lot of features and also improve testability. We also have a massive docs overhaul in progress :) |
While debugging an issue I stumbled upon this line and correct me if I'm wrong, but it looks like a typo.