Seiya

Results 47 comments of Seiya

I'm also struggling this behavior. I understand https://github.com/facebook/react/issues/16265#issuecomment-517518539 https://github.com/facebook/react/issues/14920#issuecomment-467494468 and I agree that this is NOT a bug at all but an intended behavior. However, it's also true that some...

I think this issue should be closed. The reason why lint rule complains is already described in https://github.com/facebook/react/issues/16265#issuecomment-517518539 . A solution for people who feel inconvenient is already suggested in...

I proposed an option to ignore `this` in functions in PR https://github.com/facebook/react/pull/20521 . But there is no response though it gains third most upvotes among open PRs. Would someone help...

I, author of https://github.com/facebook/react/pull/20521, published [@seiyab/eslint-plugin-react-hooks](https://www.npmjs.com/package/@seiyab/eslint-plugin-react-hooks) on trial. I'll publish non-alpha version after some feedback. Edited: ~↑It doesn't work correctly. I'm working with it.~ Edited: 4.5.1-alpha.5 works fine in my...

Does this issue mean "The cursor follows the mouse pointer and the tooltip content does not" on `follorPointer={false}` ? Or "Neither the cursor nor the tooltip content follow the mouse...

Is this correctly show workaround for this issue? https://codesandbox.io/s/patient-bush-jho7g3?file=/src/App.tsx

@jwlms Thank you for your description. Then, is this addresses correctly? https://codesandbox.io/s/nameless-sun-3ehe4b?file=/src/App.tsx

@jwlms Thank you for feedback. AFAIK, it seems to extremely hard to achieve it by workaround 😢

Oops I misunderstood the cause. I considered `!important` is required because react-tooltip uses `!important`. Actually, it doesn't use `!important` and higher specificity works well. On the other hand, requiring `!important`...

The cause seems to be rendering `style` tag inside the `body`. [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/style#multiple_style_elements) says: > later \ element override those in the earlier one, if they have equal specificity. Usual libraries...