replace todo with comment #40

Merged
rozetko merged 2 commits from styles-use-todo into main 4 months ago
  1. 3
      src/index.ts

3
src/index.ts

@ -79,7 +79,8 @@ class ChartwerkPod<T extends Serie, O extends Options> {
_series: T[] = [], _series: T[] = [],
_options: O _options: O
) { ) {
// TODO: test if it's necessary // need to call explicitly because option lazyStyleTag
// in webpack style-loader
styles.use(); styles.use();
this.options = new CoreOptions(_options); this.options = new CoreOptions(_options);

Loading…
Cancel
Save