Skip to content

Commit a2d8550

Browse files
authored
Remove Global CSS Import
Nextjs does not allow Global CSS Import, hence this one line causes it not to work on Next. Can be added by the user themselves.
1 parent eb13a9c commit a2d8550

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/slate-table/src/controls/ControlledRangeDisableAcross.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React, { useState, useCallback } from 'react';
22
import Slider, { Range } from 'rc-slider';
3-
import 'rc-slider/assets/index.css';
43

54
const ControlledRangeDisableAcross = ({ initialValue = [], onChange }) => {
65
const [value, setValue] = useState(initialValue);

0 commit comments

Comments
 (0)