-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Minimal reproduction
https://github.com/Syynth/reactunity-icon-bug
import { Renderer } from '@reactunity/renderer';
import { useState } from 'react';
import './index.scss';
function App() {
const [count, setCount] = useState(0);
return <icon onPointerClick={() => setCount(count + 1)}>house</icon>;
}
Renderer.render(<App />);
Depending on the icon, in Unity I can see some text in the TMP component inspector, and after clicking the icon, that text has been cleared.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working