You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to get the simplescrollbar addon to work, but have not been successful. I am using V1.0
My imports look like the following:
import * as React from 'react';
import * as CodeMirror from 'react-codemirror';
import 'codemirror/addon/scroll/simplescrollbars.js';
import 'codemirror/addon/scroll/simplescrollbars.css';
I've been trying to get the simplescrollbar addon to work, but have not been successful. I am using V1.0
My imports look like the following:
My component looks like the following:
Is there something I am doing incorrectly?
The text was updated successfully, but these errors were encountered: