Oliver Patterson

Results 12 comments of Oliver Patterson

I support the second point, I had to make a script to close notepad by Ctrl+W when "no" tabs.

@ljharb, I understand what it expects, but I don't think it's the right option. Why should I carry over if I only have one attribute, even though it's multi-line? I...

My personal opinion: this variant looks much worse, because it takes up a lot of space. My variant is more compact and readable. If there is no such variant, it...

Ok, I've decided to try to go with the current format after all. But then how do I automatically move the props to a new line? Right now I get...

Well, if you're judging by jsx, yes. I can provide my config. ```json { "plugins": [ "react", "@typescript-eslint", "react-hooks" ], "parser": "@typescript-eslint/parser", "parserOptions": { "project": "./tsconfig.json" }, "settings": { "react":...

@yoavbls, Any progress? Thanks for your input!

@alexfauquette, I'm not sure if I should post in the current thread, for the error is not really related. But if you look at my gif, you can see that...

@alexfauquette, Oh, thank you very much! I have some more questions though, why the line `axisHighlight={{ x: "none", y: "line" }}` is not drawn correctly for the points? Is it...