Closed dkzlv closed 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.
ErrorContext
Fixed 42fe96b
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.