JW
JW
主要是觉得会破坏美感,所以一直没加,我可以有时间试试效果。
> Try setting VSCode as your default git editor. Worked for me. > In your .gitconfig: > [core] > -- editor = code -n -w i use ``` [core] editor...
My project generate routes based file system, and write react routes object into virtual module. I meet same issue, create new file didn't trigger rebuild, even write module on file...
For RSC case, the cache problem is something like this? https://github.com/Shopify/hydrogen-v1/blob/v1.x-2022-07/packages/hydrogen/src/framework/plugins/vite-plugin-hydrogen-client-components-cache.ts
Currently I forked the source css file from package `devices.css`, use a tricky way to add `--devices-scale` to `.device`. And replace each `px` value to `calc(var(--devices-scale)*${p1})`, e.g. ```css .device {...
@devongovett Meet simliar issue, use it with MiniCssExtractPlugin with input: ``` .header { height: 60px; height: var(--header-height); // 68px; } ``` with output ``` .header { height: var(--header-height); // 68px;...
> @devongovett Meet simliar issue, use it with MiniCssExtractPlugin > > with input: > > ``` > .header { > height: 60px; > height: var(--header-height); // 68px; > } >...
how can i fix it
> same here @daring123 what is your react-sortable-hoc version
https://developer.mozilla.org/zh-CN/docs/Web/API/NodeIterator 为什么不使用这个