We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50d59a commit d16b412Copy full SHA for d16b412
lib/addStylesServer.js
@@ -7,7 +7,7 @@ module.exports = function (parentId, list, isProduction, context) {
7
if (context) {
8
if (!context.hasOwnProperty('styles')) {
9
Object.defineProperty(context, 'styles', {
10
- enumberable: true,
+ enumerable: true,
11
get: function() {
12
return renderStyles(context._styles)
13
}
0 commit comments