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
Today, we access services via '@elastic/eui/lib/services'. This isn't ideal, as it forces consumers to remember the path, ties the interface up to internal implementation details (directory structure), and murks the distinction between what constitutes public interface and the EUI implementation.
We should expose services such as the htmlIdGenerator function at the top level, so that it can be imported just like any component:
Today, we access
services
via'@elastic/eui/lib/services'
. This isn't ideal, as it forces consumers to remember the path, ties the interface up to internal implementation details (directory structure), and murks the distinction between what constitutes public interface and the EUI implementation.We should expose services such as the
htmlIdGenerator
function at the top level, so that it can be imported just like any component:The text was updated successfully, but these errors were encountered: