Git Product home page Git Product logo

Comments (9)

ibdknox avatar ibdknox commented on September 26, 2024

hm what version of crate?

I tested the following in chrome and ff and it worked:

(append $body (crate/html [:p {:class "error"} "oh nos"]))
(append $body (crate/html [:p.error "oh nos"]))
.error { color: red; }

whoops, didn't mean to close it.

from crate.

tobyhede avatar tobyhede commented on September 26, 2024

running off master, have the changes that removed the group id

from crate.

tobyhede avatar tobyhede commented on September 26, 2024

Also, your code is using jayq? And setting $body up with def?

from crate.

tobyhede avatar tobyhede commented on September 26, 2024

Same deal. Curious.

from crate.

tobyhede avatar tobyhede commented on September 26, 2024

OK, got it working. I may have hit a bug in clojurescript itself ... if I remove one of my functions, the style suddenly is applied correctly.

Thanks for your help & letting me talk to the duck http://www.codinghorror.com/blog/2012/03/rubber-duck-problem-solving.html

from crate.

ibdknox avatar ibdknox commented on September 26, 2024

if you can get a simple repro of it, I'd be happy to take a look.

In either case, glad it started working :)

from crate.

tobyhede avatar tobyhede commented on September 26, 2024

I had a function called "get" in my codebase, removing or renaming this function and everything started working as advertised:

(defn get [])

Not 100% sure what this was actually conflicting with, as the only other instances of "get" in the system are all namespaced to other JS objects (sone in the google closure stuff and one in clojurescript core).

from crate.

ibdknox avatar ibdknox commented on September 26, 2024

It was conflicting with clojure.core/get. If you replace the name of a clojure.core function, make sure you do

(ns my-awesome-ns
  (:refer-clojure :exclude [get]))

ClojureScript doesn't currently fail gracefully there.

from crate.

tobyhede avatar tobyhede commented on September 26, 2024

Ah ... but isn't all this stuff namespaced?

In the generated js it comes through as:

clojure.core.get
my.app.get

Regardless, the side-effect of breaking CSS is very strange.

Anyway, thanks. Crate rocks, btw!

from crate.

Related Issues (13)

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.