3

I learn JavaScript and read code at this Codesandbox

Problem is it gives this error often on some Sandbpxes:

NoSuchMethodError: method not found: 'write$1' on null

It looks like this; What can I do to remove this error? enter image description here

Kid
  • 1,869
  • 3
  • 19
  • 48

1 Answers1

0

If your project has any .scss, comment it all. After it works fine, that is a problem of stylesheet.

Check what variable(starting with '$') is wrong or missing. If you add third party component, check guide line for it.

jornathan
  • 646
  • 5
  • 13