fix: build/type issue with DataGenerator#671
Merged
nickofthyme merged 1 commit intoelastic:masterfrom May 8, 2020
Merged
Conversation
- Move around types to exclude mocks directory - Remove import of seedrandom from dist files - Add default rng function for DataGenerator
Codecov Report
@@ Coverage Diff @@
## master #671 +/- ##
==========================================
- Coverage 72.97% 72.91% -0.06%
==========================================
Files 266 266
Lines 8634 8641 +7
Branches 1698 1700 +2
==========================================
Hits 6301 6301
- Misses 2294 2301 +7
Partials 39 39
Continue to review full report at Codecov.
|
Collaborator
|
🎉 This PR is included in version 19.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
1 task
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this pull request
Feb 10, 2022
# [19.3.0](elastic/elastic-charts@v19.2.0...v19.3.0) (2020-05-08) ### Bug Fixes * build/type issue with DataGenerator ([opensearch-project#671](elastic/elastic-charts#671)) ([01844ac](elastic/elastic-charts@01844ac)) ### Features * **partition:** linked text maximum length config ([opensearch-project#665](elastic/elastic-charts#665)) ([e37cb8f](elastic/elastic-charts@e37cb8f))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bug caused by
DataGeneratorClass now expecting a random number generator. Broke EUI docs.Checklist
src/index.ts(and stories only import from../srcexcept for test data & storybook)