Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit c7dfab4

Browse files
author
Jarle Presttun
committed
Adding React as it is needed in commonjs output
1 parent 4a7d38d commit c7dfab4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/optionsStyles/stroke-or-fill.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const createReactClass = require('../reactGUI/createReactClass-shim');
2+
const React = require('../reactGUI/React-shim');
23
const { defineOptionsStyle } = require('./optionsStyles');
34
const createSetStateOnEventMixin = require('../reactGUI/createSetStateOnEventMixin');
45
const _ = require('../core/localization')._;

0 commit comments

Comments
 (0)