Results 8 issues of akfm

A duplicate atom key warning is output during development(ref: #733). The implementation that determines hot modules is tentative and always returns `false`, so the output is always present during development....

CLA Signed

It seems that Chrome implements `CSS module scripts` which imports CSS using import assertion. https://web.dev/css-module-scripts/ ```js import sheet from './styles.css' assert { type: 'css' }; document.adoptedStyleSheets = [sheet]; shadowRoot.adoptedStyleSheets =...

enhancement
inactive
webpack-5

ユーザー数のみを取得するAPIの実装

合致するルーティングが見つからない場合、404でなく503になっている

- Publish custom hooks from examples as utilities. - Includes correction of some parts that did not work with examples. - The following bugs have been found but not yet...

Are there any plans for `next-session` to support the app directory? The app directory is under development and may become a stable version by the end of this year.

I would like to employ this in a project that includes a private package for internal dependencies in monorepo. Currently, specifying filter in publish does not work well. ```yml publish:...