Juan De la Cruz
Juan De la Cruz
@Introvertuous I could do it but not sure if... I only have to copy the contents of the [this](https://github.com/eclipse/paho.mqtt.javascript/blob/master/src/paho-mqtt.js) into [this](https://github.com/Introvertuous/react_native_mqtt/blob/master/src/mqttws31.js). Am I right?
It's also a bad idea for me that the `mb-3` is added after classnames, making it impossible to remove that margin with utility classes nor with a personalized bootstrap variables...
In build.gradle, the dependency points to the latest version of the facebook sdk for android. If you look for the file in facebooks repository, they removed one of the methods...
> Thanks for the issue and the sample repo. The issue is actually with the `JSX` type being removed from the global scope in React 19. I created #5912 with...
It seems that the mechanism to suspend used in https://github.com/open-feature/js-sdk/blob/main/packages/react/src/internal/suspense.ts is now legacy and not recommended anymore. Should the implementation change to account for that?