38elements

Results 53 issues of 38elements

The behavior of `Router.onChange()` is different between `2.6.1` and `3.0.0`. `onChange(event)` is `Router.onChange()` in `2.6.1` and Preact `8.4.2`. When `event.url` is `/foo`, this transfers to `bar`. But, This does not...

Toc Component does not work in Japanese language. The link is wrong.

There is no description for `useImperativeHandle` and `useDebugValue` in [Hooks page](https://preactjs.com/guide/v10/hooks).

Since [Options](https://preactjs.com/guide/v10/options) and [useErrorBoundary](https://preactjs.com/guide/v10/hooks#useerrorboundary) are features which do not exist in React, I think it may be better to add `Options` and `useErrorBoundary` in [Differences to React](https://preactjs.com/guide/v10/differences-to-react) page.

When you reduce the size of the browser, a hamburgler menu will be displayed on the upper right. And when it is clicked, Nav is displayed.

**Describe the bug** `lodash.clonedeep` is unused in this project. **To Reproduce** **Expected behavior** **Screenshots** **Details** `lodash.clonedeep` had been added at the following pull request. * https://github.com/bluesky-social/social-app/pull/230/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R43 * https://github.com/bluesky-social/social-app/pull/230/files#diff-c3eb1f3867b3c1d2a48fd46c8ecbde4d1913bbe082e652b8c5c24335740e36abR94 It became...

bug
x:planned

`lodash.clonedeep` is unused in this project. Therefore, this remove it. `lodash.clonedeep` had been added at the following pull request. * https://github.com/bluesky-social/social-app/pull/230/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R43 * https://github.com/bluesky-social/social-app/pull/230/files#diff-c3eb1f3867b3c1d2a48fd46c8ecbde4d1913bbe082e652b8c5c24335740e36abR94 It became unused at the following pull...

`using_the_lifecycle_callbacks` is not exist. https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements#using_the_lifecycle_callbacks I think `responding_to_attribute_changes` is suitable. https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements#responding_to_attribute_changes

I think it is better to add the method to add styles to the static styles class field by using CSS module scripts to styles page.