We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bebe84 commit 2f39182Copy full SHA for 2f39182
packages/runtime-core/src/index.ts
@@ -155,14 +155,11 @@ export {
155
} from './components/BaseTransition'
156
export { initCustomFormatter } from './customFormatter'
157
158
-import { ErrorTypeStrings as _ErrorTypeStrings } from './errorHandling'
159
/**
160
* Runtime error messages. Only exposed in dev or esm builds.
161
* @internal
162
*/
163
-export const ErrorTypeStrings = (
164
- __ESM_BUNDLER__ || __CJS__ || __DEV__ ? _ErrorTypeStrings : null
165
-) as typeof _ErrorTypeStrings
+export { ErrorTypeStrings } from './errorHandling'
166
167
// For devtools
168
import {
0 commit comments