We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So I've seen a difference between the EUI consuming docs and the code examples rendered in the EUI style guide.
The consuming reports that you can import services (and in the near feature experimental components like XYChart #975) using the following
import { keyCodes } from '@elastic/eui/lib/services';
but on the style guide code we are rendering imports as the following
import { keyCodes } from '@elastic/eui/services';
The regex also doesn't check for subfolders of services like the one used for tables rendering code in the style guide like
import { formatDate } from '../../../../../src/services/format';
The text was updated successfully, but these errors were encountered:
Ok aligned as @elastic/eui/lib/ after 7d31e89
@elastic/eui/lib/
Sorry, something went wrong.
No branches or pull requests
So I've seen a difference between the EUI consuming docs and the code examples rendered in the EUI style guide.
The consuming reports that you can import services (and in the near feature experimental components like XYChart #975) using the following
but on the style guide code we are rendering imports as the following
The regex also doesn't check for subfolders of services like the one used for tables rendering code in the style guide like
The text was updated successfully, but these errors were encountered: