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
console.warn node_modules/@reach/utils/dist/utils.cjs.development.js:64
@reach/tabs styles not found. If you are using a bundler like webpack or parcel include this in the entry file of your app before any of your own styles:
import "@reach/tabs/styles.css";
import warning from 'warning';
Otherwise you'll need to include them some other way:
<link rel="stylesheet" type="text/css" href="node_modules/@reach/tabs/styles.css" />
For more information visit https://ui.reach.tech/styling.
It seems like the line is stripped in the cjs dist files.
Reproducible example
Suggested solution(s)
Additional context
Your environment
I'm using [email protected] with @babel/[email protected] (I don't remember why exactly I have this plugin, but I suspect this might be causing the issue, as in the esm dist file the line is not stripped).
Software
Name(s)
Version
Reach Package
@reach/utils
0.8.2
React
Browser
Assistive tech
Node
npm/yarn
Operating System
The text was updated successfully, but these errors were encountered:
🐛 Bug report
Current Behavior
Expected behavior
No warning, because of the following line:
reach-ui/packages/utils/src/index.tsx
Line 73 in 5977a9c
It seems like the line is stripped in the cjs dist files.
Reproducible example
Suggested solution(s)
Additional context
Your environment
I'm using
[email protected]
with@babel/[email protected]
(I don't remember why exactly I have this plugin, but I suspect this might be causing the issue, as in the esm dist file the line is not stripped).The text was updated successfully, but these errors were encountered: