-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why not adding whitespace between words? #53
Comments
Seems to be since #45 If some other people have the same issue you should stay with 3.7.2 as 3.7.3 introduced this breaking change without bumping major. |
goto-bus-stop
added a commit
to goto-bus-stop/shama-yo-yoify
that referenced
this issue
Oct 11, 2017
And closes shama#53 This uses the `bel/appendChild` export introduced by bel v5.1.3. It's breaking because now you have to have bel installed.
For anyone coming accross this issue: I was able to use the nanohtml browserify transform as a drop-in replacement for |
Use nanohtml! Closing. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
examples are like thousand words
will shout
HelloWorld!
with yo-yoify butHello World!
with belThis come from https://github.com/shama/yo-yoify/blob/master/lib/appendChild.js#L15
The text was updated successfully, but these errors were encountered: