logux / client

Logux base components to build web client
https://logux.org/
MIT License
663 stars 47 forks source link

Export `ErrorsContext` in react client #90

Closed dkzlv closed 2 years ago

dkzlv commented 2 years ago

This line.

My case is that I use r3f, which does not share context space with react-dom. Instead you should use a context bridge for it. I can pass the client context because it's exported, but ErrorContext is not, which is a bummer.

ai commented 2 years ago

Fixed 42fe96b