Coder Social home page Coder Social logo

Comments (5)

moaazbhnas228 avatar moaazbhnas228 commented on July 24, 2024 2

Thank you guys
Actually the disappeared from the logs long ago

from classnames.

moaazbhnas228 avatar moaazbhnas228 commented on July 24, 2024

@dcousens Can I get help with this please?

from classnames.

krutoo avatar krutoo commented on July 24, 2024

@moaazbhnas228 could this have something to do with the transpilation of your code?
Perhaps the sentry report shows the original source code and not transpiled by bundler

from classnames.

jonkoops avatar jonkoops commented on July 24, 2024

I am unable to reproduce this issue on the latest mobile Safari, and considering the code here is perfectly valid JavaScript, this is likely a bug in older Safari versions.

@moaazbhnas228 do you have a re-producible case for this? Something that can be checked locally and fails every time?

from classnames.

jonkoops avatar jonkoops commented on July 24, 2024

Just tried this again with the iOS simulator set to version 16.1 (same as the report), but everything still works as expected. To attempt to re-create this issue I added a debug.html to the project and served it locally:

<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Debug</title>
  </head>
  <body>
    <script src="./index.js"></script>
    <script>
      console.log(classNames('foo', 'bar'));
    </script>
  </body>
</html>

It seems that this issue is not in the library, but rather somewhere else in the tool-chain (e.g. error reporting software, bundler, etc). I am closing this issue, if there is a way to reproduce this let me know and I will re-open.

from classnames.

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.