question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Example wanted: with native i18n

See original GitHub issue

I’m using import https://angular.io/guide/i18n to localize my app

And using simple test case i’m getting error

The ANALYZE_FOR_ENTRY_COMPONENTS token only supports 'multi = true'!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
getsafcommented, Oct 5, 2020

Thanks, I was able to reproduce the issue and it looks like it’s a gap in shallow-render support for mocking certain multi Inspection Tokens.

I’ve got a branch to fix that issue. Need to tend to my day-job so I probably won’t get to cutting a new release until later in the day.

Feel free to remove me from that project now.

1reaction
getsafcommented, Oct 20, 2020

Could it be that this fix results in the “Component [COMPONENT] is not part of any NgModule or the module has not been imported into your module.” issue again? I see that it was previously fixed in 9.0.3

Closing this issue, see #185 for the NgModule error fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

react native i18n 100% Working Example - YouTube
in this tutorial you will learn react native i18n :1- How to Integrate In18Next Multi language with react native ?2- How to Detect...
Read more >
i18n in React Native apps - Brains & Beards
In this example, we set the base app language to en , but you can check the user device's locale to use that...
Read more >
AlexanderZaytsev/react-native-i18n - GitHub
Integrates I18n.js with React Native. Uses the user preferred locale as default. Installation. Using yarn (recommended).
Read more >
Using i18n in React Native apps - Crowdbotics
In this tutorial, let's build a small demo that uses react-native-localize along with a popular internationalization library called i18n-js ...
Read more >
React i18n: A step-by-step guide to React-intl - Lokalise Blog
React-intl is a part of FormatJS and is the best React i18n library. Localizing Text, Numbers, and DateTime can be handled easily with...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found