Coder Social home page Coder Social logo

Bookmarklet fails on tt about react-magic HOT 5 OPEN

reactjs avatar reactjs commented on May 2, 2024
Bookmarklet fails on tt

from react-magic.

Comments (5)

Daniel15 avatar Daniel15 commented on May 2, 2024

This is because React doesn't recognise the <tt> element. React 0.11 and older has a whitelist of HTML tags that it recognises, and I guess tt is not one of them.

The RC of React 0.12 has removed this whitelist and instead treats all lowercase tags as HTML tags (see http://facebook.github.io/react/blog/2014/10/16/react-v0.12-rc1.html). Using React 0.12 instead of 0.11 should avoid this issue. Try using http://fb.me/react-0.12.0-rc1.min.js instead of 0.11 and see if that works for you.

from react-magic.

electrum avatar electrum commented on May 2, 2024

I tried that and got the same error.

from react-magic.

Daniel15 avatar Daniel15 commented on May 2, 2024

Oh I forgot to mention you'll probably have to update the JSXTransformer reference to point to 0.12 RC1 as well.

from react-magic.

zpao avatar zpao commented on May 2, 2024

<tt> is obsolete. React still uses a whitelist for the time being in 0.12 (it's not gone completely yet), but we won't be adding support for obsolete tags.

from react-magic.

Daniel15 avatar Daniel15 commented on May 2, 2024

Oh, I didn't realise a whitelist was still used. I could work around this by converting <tt> to a different tag like <code> or something, but perhaps that's unexpected behaviour and will result in strangeness if they're using CSS rules explicitly targeting tt tags.

from react-magic.

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.