Giter Site home page Giter Site logo

VANTA is not defined...??? about vanta HOT 5 CLOSED

tengbao avatar tengbao commented on May 11, 2024
VANTA is not defined...???

from vanta.

Comments (5)

MikeSilverstone avatar MikeSilverstone commented on May 11, 2024 6

I believe this needs reopening.

from vanta.

tengbao avatar tengbao commented on May 11, 2024

@am8525 Thanks for the bug report! Fixed in 3020eba

from vanta.

cjnunez avatar cjnunez commented on May 11, 2024

I am also still running into this issue!

from vanta.

shubhq2 avatar shubhq2 commented on May 11, 2024

I have also same issue with vanta.birds.min.js

./src/Venta/vanta.birds.min.js
Line 1:1: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:112: 'define' is not defined no-undef
Line 1:123: 'define' is not defined no-undef
Line 1:226: Unexpected use of 'self' no-restricted-globals
Line 1:231: Unexpected use of 'self' no-restricted-globals
Line 1:530: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:1416: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:2537: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:2703: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:3455: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:3604: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:4048: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:4340: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:4486: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:5057: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:5362: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:5503: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:5712: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:5979: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:7561: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:7775: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:8217: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:8272: 'THREE' is not defined no-undef
Line 1:8290: 'THREE' is not defined no-undef
Line 1:8507: 'THREE' is not defined no-undef
Line 1:8522: 'THREE' is not defined no-undef
Line 1:8670: 'THREE' is not defined no-undef
Line 1:8815: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:8998: 'THREE' is not defined no-undef
Line 1:9028: 'THREE' is not defined no-undef
Line 1:9415: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:10030: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:10874: 'THREE' is not defined no-undef
Line 1:10905: 'THREE' is not defined no-undef
Line 1:10936: 'THREE' is not defined no-undef
Line 1:10961: 'THREE' is not defined no-undef
Line 1:10985: 'THREE' is not defined no-undef
Line 1:11061: 'THREE' is not defined no-undef
Line 1:11131: 'THREE' is not defined no-undef
Line 1:11151: 'THREE' is not defined no-undef
Line 1:11220: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:11270: 'THREE' is not defined no-undef
Line 1:11294: 'THREE' is not defined no-undef
Line 1:11311: 'THREE' is not defined no-undef
Line 1:11388: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:11487: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:11803: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:12071: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:12207: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:12241: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:12828: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:13004: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:13120: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:13589: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:13871: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:14177: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:14276: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:14510: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:20913: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:21133: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:21205: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:21232: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:21523: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:21797: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:22030: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:22539: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:22698: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:24928: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:25157: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:25393: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:25836: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:25923: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:26195: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:26501: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:26626: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:27275: Expected an assignment or function call and instead saw an expression no-unused-expressions
Line 1:27855: Expected an assignment or function call and instead saw an expression no-unused-expressions

from vanta.

blyndusk avatar blyndusk commented on May 11, 2024

@shubhq2 use /* eslint-disable */ at the top of vanta.birds.min.js to avoid eslint warnings/errors !

from vanta.

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.