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.

Warnings in console after ignore route in-component

See original GitHub issue

My app have got two languages (en and ar). To set only one language in specific page I used ‘in-component’ option:

nuxtI18n: {
    locales: ['en']
},

After that I have a page with only en language, that’s great but also a lot of warnings in console like

image

How properly can I set one language for page without warnings?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:11

github_iconTop GitHub Comments

3reactions
HADBcommented, Oct 29, 2021

Any updates?

1reaction
gouz7514commented, Sep 14, 2022

Any updates?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Warnings in console after ignore route in-component #710
My app have got two languages (en and ar). To set only one language in specific page I used 'in-component' option: nuxtI18n: {...
Read more >
Ignore certain console errors / warnings in React?
As a less than ideal workaround Id like to disable certain errors from the console for the development version of React. Can this...
Read more >
Router tutorial: tour of heroes - Angular
After a few moments, a new project, angular-router-tour-of-heroes , is ready. From your terminal, navigate to the angular-router-tour-of-heroes directory.
Read more >
Error Boundaries - React
A class component becomes an error boundary if it defines either (or both) of the lifecycle methods static getDerivedStateFromError() or componentDidCatch() .
Read more >
Active Console User Guide - ITRS Documentation Home Page
Manual Logon - you can ignore the system logon and instead define a user name that should be sent to all gateways. Whenever...
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