Created
July 16, 2016 16:16
-
-
Save otherjohn/1964a70d15b6234556f48179ac1604c9 to your computer and use it in GitHub Desktop.
Cant find the cause of "type.toUpperCase is not a function"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Alt = require('alt'); | |
var alt = new Alt(); | |
module.exports = alt; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var React = require('react'); | |
import WtmAuthor from './components/WtmAuthor.jsx'; | |
React.render( | |
<WtmAuthor />, | |
document.getElementById('wtm-author') | |
); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var config = { baseUrl: "http://design.wtm.dev/wp-json/v2" }; | |
module.exports = config; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment