We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a9210 commit f79afb8Copy full SHA for f79afb8
src/lib/index.jsx
@@ -30,7 +30,7 @@ type State = {
30
};
31
32
// Doesn't really check if it's a style Object
33
-// Basic implemenetation to check if it's not a string
+// Basic implementation to check if it's not a string
34
// of classNames and is an Object
35
// TODO: Better implementation
36
const isStyleObject = obj => typeof obj === 'object';
0 commit comments