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.

MaskedInput can not get resolved

See original GitHub issue

I’ve received warning from TypeScript that Module..../node_modules/grommet has no exported member MaskedInput. Being surprised by this notification I’ve checked in whole node_modules for appearance of MaskedInput string, however failed to find it. I didn’t failed to find other components though, such as TextInput, for instance.

Expected Behavior

this should work:

import { MaskedInput } from 'grommet';
<MaskedInput ....someStuff... />

Actual Behavior

Can't resolve { MaskedInput }.

URL, screen shot, or Codepen exhibiting the issue

https://prnt.sc/mgwbf1

Steps to Reproduce

  1. import { MaskedInput } from 'grommet'
  2. Try using it anywhere in the code.

Your Environment

OS: Windows 10 Node version: 10.13.0 Grommet: 2.3.1

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ericsoderberghpcommented, Feb 5, 2019

This was fixed on the master branch in this pull request https://github.com/grommet/grommet/pull/2693. Grommet needs a new release to pull this in.

0reactions
oorestisimecommented, Feb 6, 2019

Great, lets close this as the issue is fixed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

MaskedInput value are not changed · Issue #806 - GitHub
I have that code and where value={value} gets from heier props t. ... Result: will be cleared simple input but masked input is...
Read more >
How can I resolve maskedInput error: Object doesn't support ...
I have two elements, one for 10 digits and one for 4, displaying and hiding them as needed. The error occurs during page...
Read more >
Using Magic Mask & Qualifiers in Resolve 17 - YouTube
In this video Mark shows you how to use Resolve 17's Magic Mask then combine it with a Qualifier to ... Your browser...
Read more >
How To Use The Magic Mask in DaVinci Resolve - YouTube
... In this video we take a look into one of the newsiest features inside of the DaVinci Resolve 17 beta. The Magic...
Read more >
CDC Updates and Shortens Recommended Isolation and ...
If you have no symptoms or your symptoms are resolving after 5 days, you can leave your house. Continue to wear a mask...
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