* Fixed lazy usage with Suspense and Error Boundary together
* Typo
* v1.0.0-fork
* accidental push
* Condition was reversed
* Fixed Suspense with full dynamic import after fulfilled promise
* Added unit test
* cached promise
* added tests for multiple elements of same async component
* renamed unit test
* added retryable error boundary
* reworked tests
* Retrying working for lazy and loadable
* linter should run on pre-commit... :/
* upped max bundle size
* fix: Fixed suspense tests and fixed un-throwable pending promises when using suspense
* refactor: removed unnecessary wait in test
* test: fixed test regarding nested suspense
* test: fixed fucked up assertion
* fix: fixed weird corner case on error boundary not being reached
* feat: removed proxy
* fix: removed unnecessary code
* fix: fixed unnecesssary stack of callbacks