fast-react-context icon indicating copy to clipboard operation
fast-react-context copied to clipboard

Results 3 fast-react-context issues
Sort by recently updated
recently updated
newest added

The below code expects a selector... if no selector is used, an error is thrown. `const state = useSyncExternalStore(store.subscribe, () => selector(store.get()));` This can be fixed be just returning setting...

To enhance the getter type based on the actual values in FastContext, we can leverage TypeScript’s ability to infer the types of values from FastContext rather than using the more...