Ivanov Ivan
Ivanov Ivan
> this behavior seems to me strange and unexpected The docs explicitly says: > 'You may rely on useMemo as a performance optimization, not as a semantic guarantee.'. You can...
> Same here, I'm using a dependency injection framework factory method inside useMemo to create one instance of a model inside my component, using react 18 triggers useMemo few times...
> I call `URL.createObjectURL` and need to `revokeObjectURL` on unmount. > > What would be the way to make sure I can revoke every created blob URl? Seems like useEffect...