Skip to content

Commit

Permalink
Merge pull request #867 from carloslancha/issue-866-object-from-metal
Browse files Browse the repository at this point in the history
Use isObject method from metal | Fix #866
  • Loading branch information
carloslancha authored May 4, 2018
2 parents f47642c + fa42dc2 commit 79c1422
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/clay-component/src/ClayComponent.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import Component from 'metal-component';
import {Config} from 'metal-state';
import {domData} from 'metal-dom';
import {core, isServerSide} from 'metal';
import {isObject} from 'util';
import {core, isObject, isServerSide} from 'metal';

/**
* Clay Component.
Expand Down

0 comments on commit 79c1422

Please sign in to comment.