GithubHelp home page GithubHelp logo

Comments (5)

eddiezane avatar eddiezane commented on September 27, 2024 3

@yaibait it looks like React Native doesn't have a process.nextTick.

We'll look into a better solution for this but for now you can polyfill it with setImmediate

Add this somewhere near the top of your entrypoint:

process.nextTick = setImmediate

from clarifai-javascript.

tetreault avatar tetreault commented on September 27, 2024 1

thanks @eddiezane - fixed the nextTick error on my end!

from clarifai-javascript.

yaibait avatar yaibait commented on September 27, 2024

@eddiezane thanks you, it work for me

from clarifai-javascript.

eddiezane avatar eddiezane commented on September 27, 2024

@yaibait glad to hear. Going to keep this open until we find a permanent fix.

from clarifai-javascript.

eddiezane avatar eddiezane commented on September 27, 2024

From the research I've done it seems that polyfilling this is expected by the React Native developer.

Maybe in the future our build tools will avoid this issue entirely.

If anyone finding this issue in the future has any advice otherwise we're all ears!

from clarifai-javascript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.