React is not defined in "create from Github"

Issue #28 resolved
Knut Hühne created an issue

When I navigate to "Create from Github" I can only see a "." in the content area. The browser console gives this output:

ReferenceError: React is not defined application_scm-321d06441959b955aac7e8d0fde096a3.js:1525

ReferenceError: React is not defined github_repositories:173

Error: Mismatched anonymous define() module: function (){return function e(t,n,r){function i(a,s){if(!n[a]){if(!t[a]){var u="function"==typeof require&&require;if(!s&&u)return u(a,!0);if(o)return o(a,!0);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}var l=n[a]={exports:{}};t[a][0].call(l.exports,function(e){var n=t[a][1][e];return i(n?n:e)},l,l.exports,e,t,n,r)}return n[a].exports}for(var o="function"==typeof require&&require,a=0;a<r.length;a++)i(r[a]);return i}({1:[function(e,t){/**
 * Copyright 2013-2014, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 *
 * @providesModule React
 */
"use strict";var n=e("./DOMPropertyOperations"),r=e("./EventPluginUtils"),i=e("./ReactChildren"),o=e("./ReactComponent"),a=e("./ReactCompositeComponent application-b3a7227088a87d6c70ae3364c8af76cd.js:313

It look like React throws some kind of error and is not loaded therefore. I am experiencing this with Firefox 35.

Comments (3)

  1. Robert Reiz

    @k-nut Sorry for the late response! That was a temporary issue, wich is already fixed! Please try again. It will work now!

  2. Log in to comment