Skip to content

Commit

Permalink
[theme-manager] fix react addons
Browse files Browse the repository at this point in the history
`.addons` is not defined when importing only `react`.
  • Loading branch information
oliviertassinari committed Sep 26, 2015
1 parent b7b0b92 commit 4b7706f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/theme-manager.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const Colors = require('./colors');
const ColorManipulator = require('../utils/color-manipulator');
const Extend = require('../utils/extend');
const update = require('react').addons.update;
const update = require('react/lib/update');

module.exports = {

Expand Down

0 comments on commit 4b7706f

Please sign in to comment.