-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
I'm using postcss and there's a warning linked to monaco-editor style:
(1:846) autoprefixer: end value has mixed support, consider using flex-end instead
@ ./node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hover.css
@ ./node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverContribution.js 14:0-21
@ ./node_modules/monaco-editor/esm/vs/editor/editor.all.js
This issue has been fixed on their side even if the ticket is still in open as you can see in last comment of the ticket:
microsoft/monaco-editor#4823
Can you please update to latest version of monaco-editor ?
Regards,
Expected Behavior
No warning while processing css with postcss.
Steps To Reproduce
- Use postcss while compiling your project
- Build your application
- A warning is thrown
Environment
- GraphiQL Version:
- OS:
- Browser:
- Bundler:
reactVersion:graphqlVersion:
Anything else?
- GraphiQL Version: 5.2.2
- OS: Linux
- Browser: N/A
- Bundler: webpack + postcss
reactVersion: 18graphqlVersion: 15.5.1