T.Kameyama

Results 8 issues of T.Kameyama

`mjml-react` depends on `"react-reconciler": "^0.26.1"` that uses `"react": "^17.0.2"`. It blocks to use `react>=18` . This is `npm dedupe` output of my private project. ``` npm WARN ERESOLVE overriding peer...

I got 500 errors while prerendering my blog, but error messages are not printed. `rakkas prerender` should show error details if a page returns 5xx error. Current output looks like...

enhancement

Building production server of `emotion` example with prerendering throws an error. * OS: Windiows11, Ubuntu 20.04 * Nodejs: v16.16.0 Vite config: ```ts // examples/emotion/vite.config.ts import { defineConfig } from "vite";...

# Bug Report ## Describe the Bug `Img` element is `any` type that prevents auto completion. ## Expected Behavior `Img` should have a valid type definition. ## Screenshots ![vscode](https://user-images.githubusercontent.com/41364327/189494516-6fa568b3-37c0-42bd-b584-a3d4c2b64eb2.png) ##...

* rename esm build: `polished.esm.js` -> `polished.mjs` * add `exports` field in `package.json` for conditional export (see https://nodejs.org/api/packages.html for details) fix #649

## Summary `polished` provides an esm export via `module` field in `package.json` . However, Node.js does **not** support `module` field. Using `exports` field and `.mjs` extension is recommended to provide...

I installed `black`(`pflow install --dev black`) and set `"python.autoComplete.extraPaths": ["__pypackages__/3.7/lib"]` , but VSCode formatter did not work. Setting `black` path to `__pypackages__/3.7/bin/black` or `__pypackages__/3.7/lib/black` has no effects. Are there any...

bug

`vitest+@hattip/adapter-test` cannot test `rakkasjs` entrypoint. ```shell-session $ npm run test FAIL tests/index.test.ts [ tests/index.test.ts ] ReferenceError: VAVITE_VITE_DEV_SERVER_259b24b2b62d29e1a0e553484dd9d864340a9d69 is not defined ❯ virtual:vavite-vite-dev-server:1:32 ❯ node_modules/rakkasjs/dist/server.js:13:32 11| RouteParamsContext, 12| ServerSideContext, 13| composableActionData,...

🪲 bug