This repository was archived by the owner on Feb 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 601
Slugify function #120
Comments
Sounds great! |
Hi @kentcdodds I wrote a test for the function and running it throws this error:
Any idea on this? |
Yeah, make sure that you're importing and exporting it the same way the others do in src/index.js 😀 |
Thank you. |
I'm done with the feature. I ran |
codejockie
added a commit
to codejockie/stack-overflow-copy-paste
that referenced
this issue
Oct 15, 2017
A function to slugify text input, trims whitespaces and multiple dashes Closes eggheadio-github#120
kentcdodds
pushed a commit
that referenced
this issue
Oct 15, 2017
A function to slugify text input, trims whitespaces and multiple dashes Closes #120
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Hi, @kentcdodds I saw your course on contributing to open source, so I took a dive in.
I would like to add the slugify function from this answer https://stackoverflow.com/questions/1053902/how-to-convert-a-title-to-a-url-slug-in-jquery
The text was updated successfully, but these errors were encountered: