infinitered / infinitered/reactotron
cannot connect to reactotron app and TypeError: Cannot set property 'importedAll' of undefined
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.6k
- Forks
- 972
- PR merge metrics
- No merged PRs in 30d
Description
I followed up with https://github.com/infinitered/reactotron/blob/master/docs/quick-start/react-native.md#installing-reactotronapp to install for an iOS app.
And when I catch the error in
```
import("./ReactotronConfig")
.then(() => console.log("Reactotron Configured"))
```
It says that
```
TypeError: Cannot set property 'importedAll' of undefined
```
Can anybody please help? I have done everything as described in the link https://github.com/infinitered/reactotron/blob/master/docs/quick-start/react-native.md#installing-reactotronapp
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the React Native quick-start guide's “Installing Reactotron App” section and the reported dynamic import of ReactotronConfig. Reproduce the TypeError on iOS and verify whether the Reactotron app connects successfully; the issue is done when the configuration loads without the error and the app connects.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- desktop, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100