Hoikan

Results 9 issues of Hoikan

使用useRef ` const pickerRef = useRef(null) ` ` ` ![image](https://user-images.githubusercontent.com/30694822/76748684-2921a100-67b6-11ea-9ba0-91744cac199f.png) 请问hook方式怎么打开modal

Hi, I wondering how to use signal in JSX props. When I play with the react demo in the repo, here is my code. ```jsx const sig = signal(0); function...

react

- version: 1.0.55 - playground demo: https://play.gogocode.io/#code/N4IglgdgDgrgLgYQPYBMCmIBcI0A8pIBOcABAGYwQDGcYSEJAtgJ4BilNdEAFAJQnASAHQYkxhNHBiEGARgDcwiAF8QAGhAB3IgGtk6LCArVa9EnEIBDCAGcyRRtzJgANmgCSEe2pKWoYHyQoU1t+YBExKnobUgASEgBeX38AOgBzJAyo9AiSKNtSGyRpKjRE8lcPLyQUopK0EVyxXIB6FpIJKRkSZmLCcytbe0JGNBQ81DKACzQJXM7pBljuOsJS3iaSFOcIFG4AAzwCYjyXSxsbEliAfVjY2QEr29iAJhJlfY3RMRS0SyoptxuGA4GhGPwEgA+ASbSLRUgQSyjcogsEpRiWOAAlL3ADaAAYALopABulhcMDQ8lhJFRjBSEigZ1KACFmAcaZEzhcrsBEaNlI9YsA6ejMdjXgTiWSKWhBcpOSRrtcjkQ4MruAByXA6zU+TXC-lyvW8o3KXjU75iEifS3W968dJoCCzTFoPgiBUQdTgaDwAAy1jShjgzCgaBsVEIYGCPqm5wACp1aLMsBZKRobDAAEYANTAaE0ABUwxhsBY0BhlEA - your description: I write a transformer to transform `export class A() { name: 'hhh'}` =>` class A() { name: 'hhh'}; __export__(FILENAME, 'A',...

bug

The compare-password function using bcrypt always return false. I have no idea why it return false when comparing the correct password. I tried use the bcrypt's compare-function to compare the...

Error: Cannot read properties of undefined (reading 'current') MyCode: ```jsx function C() { const ref= React.useRef(); React.useEffect(() => { ref.current.focus(); // ref is undefined in debugger }, []) return }...

props destructure will cause an error: Error: combine expects a store in a field updates My code: ``` tsx function A(props: { a?: string, b?: string, c?: string }) {...

Awesome project completely fit my situation. But can't work following the example ```ts // else use it here if each test scenario expects different results. test('scenario1', async ({ page, context...

### What kind of issue is this? - [ ] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization) - [ ] babel-plugin-react-compiler (build...

Type: Feature Request
Component: Optimizing Compiler

## Summary Fix typo in React compiler ## How did you test this change? Fix typo in React compiler

CLA Signed
Resolution: Stale