Conversation
|
You have run out of free Bugbot PR reviews for this billing cycle. This will reset on October 6. To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial. |
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| // Auto-place items without explicit positioning | ||
| item.move(items, info.maxColumnRatioUnits); | ||
|
|
||
| // Calculate dimensions |
There was a problem hiding this comment.
Bug: Negative Heights From Empty Data
When items array is empty (no valid grid children), Math.max(...items.map(...)) returns -Infinity instead of a valid row count. This causes incorrect height calculations passed to area.height(), potentially resulting in negative layout dimensions or rendering issues.
Note
Introduces an experimental CSS Grid layout, a new RN ECharts Chart suite and Avatar, overhauls Icon with theming/remote support, adds a cross‑platform Sheet, applies Unistyles to inputs, and updates FS/KV with SSR-safe and POSIX helpers.
GridView/GridViewItemwith CSS Grid-like API and parsing/rendering utilities (layout/grid/**).layout/sheet/**) using TrueSheet (native) and Vaul (web), with themed design.Chartwith Skia renderer, design theme, loader/types, and multiple demos (assets/chart/**).Avatarcomponents for web/native withbloidenticons (assets/avatar/**).Icon.base/Icon.design; add remote Icon (web/native); update exports.unistyles.tshelpers; wrapPickerand newTextInputwith Unistyles defaults.posix/**), addbytesize, make SSR-safe web utils, simplify backends.createMMKVand adjust remove API.Image: ensure numericwidth/heightin sources; minor docs/Vite config/tsconfig tweaks; add exports inindex.ts.Written by Cursor Bugbot for commit 0f8fa2b. This will update automatically on new commits. Configure here.