Russ Stratfull
Russ Stratfull
The fork shared by jakob-e works for me too. I'm using rollup to bundle everything. This has been open for some time. That fork is not on npm. What should...
now, I get a failed import of emoji from utils... `Cannot find module 'locale-emoji' imported from node_modules/astro-i18next/src/utils.ts` It seems that the distribution is missing some dependencies now basically. I worked...
A simple example of the code I am working on is: ` ( {children} )} >` and "ConditionalWrapper" is like: `export function ConditionalWrapper({ condition, wrapper, children }: ConditionalWrapperProps) { return...
https://github.com/clauderic/dnd-kit/assets/17496488/e8dc80b8-730f-4e29-8db6-e30cfa338cdc
note: version is 6.0.8 but I also tried updating the version to 6.1.0 and the problem is still occurring.
To give an example of what I am trying to do: A simplified example of my hook: ``` const useCanvas = ({ className = 'canvas' }) => { const [initialized,...
Exact details... React project with the following files: [tsconfig.json](https://github.com/user-attachments/files/16344124/tsconfig.json) index.tsx: ``` import React from "react"; import ReactDOM from "react-dom/client"; import App from "./App"; const root = ReactDOM.createRoot( document.getElementById("root") as HTMLElement...
Also, could it be related to this topic? https://github.com/fabricjs/fabric.js/issues/8299 (scroll down to the "React Compatibility" section)
Oh, one other detail. I am using: "fabric": "^5.3.0", "fabricjs-react": "^1.2.2",