g-mero

Results 20 comments of g-mero

V2 版本发布

According to the SolidJS documentation (https://www.solidjs.com/docs/latest/api#createstore), "As proxies, store objects only track when a property is accessed."

> I don't think this merits being a built-in primitive. > > One can also do this and is a lot simpler: > > ```tsx > import { onMount, createSignal,...

I encountered the same issue. It worked fine for a while after rebooting my PC. However, the problem reappeared when I refreshed the page.

In my case. The issue happened when observer a visual 'overflow-x' element. ![image](https://github.com/user-attachments/assets/dd4c6afa-e1f5-4893-8f63-9b69055f9834) ![image](https://github.com/user-attachments/assets/b417a78d-54c6-4628-bc9e-5457fafdb35e)

try use https://primitives.solidjs.community/package/resize-observer#createResizeObserver, it works fine

@Steindvart 1. I couldn’t find any output in defaultErrorsHandler(). Here’s a screenshot of what I see when the issue happens: 2. Some related code snippets — the reply message is...

@ryansolid Same issue on `` and `` ``` import { createMemo, For, onMount } from 'solid-js' import context from './context' function Col(props: { key: string, type: 'header' | 'body' })...

Read existing sheet and streaming write it to a new sheet