Yuku Kotani

Results 19 issues of Yuku Kotani

## Description of Change(s): Fixes #727. `dangerouslySetAllPagesToNoIndex` in `` had been having a priority over `noindex: false` in `` of each page component. `nofollow` is also the same. Also, the...

awaiting reply

Closes #6374 ## ⛳️ Current behavior (updates) > Please describe the current behavior that you are modifying `span` is rendered next to the children of `ChakraProvider`. This breaks some tests...

GitHub's search can filter app users by `app/` prefix, but does not work on Jasper's filter stream. e.g. `author:app/renovate`

Currently `onLoad` is overridden by `handleLoad` so does not works.

**Describe the bug** On `source` prop updated, the first page is always loaded regardless of `page` prop. **To Reproduce** Steps to reproduce the behavior: 1. `yarn storybook` to open storybook...

bug
pkg: react

Follow up #45 Alternate to `applyToAllComponents` option, automatically detect Chakra component whether it's directly imported from `@chakra-ui/react` or not.

Like #40, some props are deprecated but remained for the backward compatibility. This rule detects and fixes it.

Provide preset of recommended rules. It will be introduced like ```json "extends": [ "plugin:chakra-ui/recommended" ] ```

Currently, component-specific props such as `Button`'s `isActive` prop are treated as non-chakra props. This should be treated as Chakra props and sorted properly. It's hard to list all props so...

`remove` would be undefined on calling `PluginListenerHandle#remove` before capacitor initialized. This causes `remove is not a function.` error. This PR adds null-check before calling `PluginListenerHandle#remove` to avoid the error.