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
bun v0.1.7
macOS 12.5.0 (Apple Silicon)
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.79 Safari/537.36
Pathname: /
I tried this and it didn't fix the issue. Also tried making everything a non-default export, and using RN import format for react: import React with import * as React.
Version
0.1.7
Platform
macOS 12.5.0 (Apple Silicon)
What steps will reproduce the bug?
bun create react my-app
bun a @nextui-org/react
import { NextUIProvider } from '@nextui-org/react'
to indexbun dev
and observe error.How often does it reproduce? Is there a required condition?
100% of the time that
NextUIProvider
is imported. Running this is a node environment works.What is the expected behavior?
Package import works as expected without error
What do you see instead?
Cannot access 'default' before initialization
In
lr
– node_modules.bun:7:7023Stack trace:
Info:
Additional information
Repo for repro: https://github.com/hellsan631/mycraft2
The text was updated successfully, but these errors were encountered: