RossLO

Results 7 issues of RossLO

**Why:** As we are doing design sync stuff, we will have to change the style or behavior which might cause a breaking change. **How:** For any potential breaking change, before...

Documentation

Related to https://github.com/glints-dev/glints-aries/pull/613

Add the guidelines to Modal storybook after the designers send a proper write up. 1. Only 1 or 2 buttons preferred to be there in the modal. 2. The primary...

Documentation

### 这个功能解决了什么问题? 我們的項目可能根據不同站點,會有支持 "國際化(i18n ) 路由" 或不支持的場景。 開啟國際化(i18n ) 路由: https://.com//home 關閉國際化(i18n ) 路由: https://-sg.com/home 參考 Next.JS 的配置: ``` module.exports = { async rewrites() { return [ { source: '/:locale/home',...

✨ feature request

### Current Behavior I was previously using `[email protected]` and noticed that it does not parse externalNodes when inspecting the `.nx/workspace-data/project-graph.json` file. To address this, I attempted to upgrade to `[email protected]`...

type: bug
scope: core
priority: high

### 版本信息 ```sh @modern-js 版本 "2.68.16" ``` ### 问题详情 一個簡易的 modernjs 專案,在單立安裝依賴後運行,能夠如預期 SSR 所有內容。 但將這個專案放到一個 monorepo 裡時,似乎因為在依賴提升的交互影響下,`` 無法正常 SSR 內容了。 ```javascript // /src/routes/layout.tsx import { Outlet } from '@modern-js/runtime/router'; export...

### 这个功能解决了什么问题? 經過閱讀以下兩個文檔內容: - https://modernjs.dev/zh/guides/basic-features/data/data-fetch.html#%E5%9C%A8%E4%B8%8D%E5%90%8C%E7%8E%AF%E5%A2%83%E4%BD%BF%E7%94%A8-data-loader - https://modernjs.dev/zh/guides/basic-features/render/ssr.html#%E4%BD%BF%E7%94%A8-client-loader 我理解我可以透過給同時創建兩個一模一樣內容的 `page.data.ts` 以及 `page.data.client.ts`,來達到以下需求: 1. 在 SSR 時,`loader` 函数在服务端执行 2. 浏览器端切换路时,`loader` 函数在浏览器端执行 但問題在於說,這樣的開發行為是有點繁瑣的,且由於我們的架構不支持 `/?__loader` 請求,一旦遺漏 `page.data.client.ts` 會造成我們的頁面崩潰。 ### 你期望的 API 是什么样子的? 所以期望 `modern.js`...

✨ feature request