Hoikan
Hoikan
I check the fiber of input, the values in `memoizedProps` and `pendingProps` are Signal. :rofl: How can React take the Signal object and render the value properly? What's more, the...
I fix this by modifying my iframe element stlye about "pointer-events" when dragging. It's quite a trouble to get the element,and I used useContext. ```jsx function SplitPaneWrapper({ className, children, ...props...
Thank u soooo much ,ihunter. I fixed this issue by your solution. But I wanna know what happened in the compare function,that would hook the hooks. As I think, Firstly...
my playwright config : ```sh export default defineConfig({ testDir: './tests', /* Run tests in files in parallel */ // fullyParallel: true, /* Fail the build on CI if you accidentally...
Got same error with rollup [!] Error: 'default' is not exported by ../../node_modules/highlight.js/lib/index.js, imported by ../../node_modules/highlight.js/es/index.js https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module ../../node_modules/highlight.js/es/index.js (2:7) 1: // https://nodejs.org/api/packages.html#packages_writing_dual_packages_while_avoiding_or_minimizing_hazards 2: import HighlightJS from '../lib/index.js'; ^ 3: export...
Thanks for your reply. It works with the global copilotkit command.