As I understand, React bindings of this package [are using `__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED` variable from `react` package](https://github.com/preactjs/signals/blob/main/packages/react/src/index.ts#L6). It looks a little bit dangerous, doesn't it? It looks like it could break after any minor update of React. [Monkey patching](https://github.com/preactjs/signals/blob/main/packages/react/src/index.ts#L105) of React internals looks are even more dangerous for me. Is React bindings of suitable for production usage?