Improve split type errors#1247
Closed
den-churbanov wants to merge 87 commits intoeffector:masterfrom
den-churbanov:improve-split-type-errors
Closed
Improve split type errors#1247den-churbanov wants to merge 87 commits intoeffector:masterfrom den-churbanov:improve-split-type-errors
den-churbanov wants to merge 87 commits intoeffector:masterfrom
den-churbanov:improve-split-type-errors
Conversation
* effector-solid * effector-react * effector-vue * Build * Public exports * Docs * babel-plugin * Fixes after tests * Build fixes * Add docs * Changelog * note about babel plugin
* Implement derived sids for regional stuff * Check sid changes * Add test for derived sids support * Update src/effector/__tests__/fork/factory.test.ts Co-authored-by: Sova <[email protected]> * fix snapshot * Update CHANGELOG.md --------- Co-authored-by: Sova <[email protected]>
* Delete useEvent * Delete useStore * Delete HOC APIs * Changelog * Delete effector/babel-plugin-react
* Delete hydrate * Changelog * Update src/react/__tests__/base/scopes.test.tsx Co-authored-by: Dmitry <[email protected]> * Update examples/serverless-ssr/src/client.tsx Co-authored-by: Dmitry <[email protected]> * Snap * Fix forest test * React test * Not only * Hmm * WTF * Solid --------- Co-authored-by: Dmitry <[email protected]>
* Delete onlyChanges option from fork function * Delete fork(domain) overload * Changelog * Snap
* Use regular effector import in effector-react * Changelog
* Delete UMD build * Add docs
* Add deprecation warnings * Docs * Changelog * Docs
* Delete plain object as handlers deprecated overload in fork * Cleanup * changelog
# Conflicts: # documentation/src/content/docs/en/api/effector-react/connect.md # documentation/src/content/docs/en/api/effector/serialize.md # documentation/src/content/docs/en/recipes/react/forms.md # documentation/src/content/docs/ru/explanation/glossary.md
* Move queue into launch closure * Provide queue to steps * fix * Add test * Fix types * Use current queue in case of defer: true * Remove console logs * Add wild world edge case * Add note about master behavior * Make queue isolation test more compact * Refactor heap handling * Update changelog * Refactor internal typings --------- Co-authored-by: Dmitry Boldyrev <[email protected]>
* Dont export internal `validateSampleConfig` from sample * Move `createLinkNode` to `createNode` module * Move is to `isMethod` * Create meaningful `validate` module * Move `assert` and `deprecate` to validate module * Move `is.*` methods to `is` module Essentially a flip with validate module * Move watchUnit to createWatch module * Merge subscription module to createWatch * Merge observableSymbol to fromObservable module * Merge own to createNode module * Fix import * Fix more imports
(cherry picked from commit a07a3b9)
(cherry picked from commit 13607219fb1eedb7abf46f7e4a0f9f785400e47e)
Support for `filter: Boolean` is dropped for type `false | 0 | 0n`, but it rarely fruitful anyway
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.
No description provided.