UserWarning: Attempted to set unknown attribute "location" on instance of "Container"

Hi,
what is this?

UserWarning: Attempted to set unknown attribute “location” on instance of “Container”

Does it complain about this?

[27/Jan/2021:20:07:01 +0000] "CONNECT activity.meteor.com:443 HTTP/1.1" 200 4400 "-" "-"
Errors prevented bundling:
While building for web.browser.legacy:
client/components/main/globalSearch.js:
/build/wekan/parts/wekan/build/client/components/main/globalSearch.js: Unknown
group names: quote

https://launchpadlibrarian.net/519907112/buildlog_snap_ubuntu_xenial_amd64_wekan-devel_BUILDING.txt.gz

BR,
xet7

I deleted that use of location, but now there is error:

[28/Jan/2021:00:27:54 +0000] "CONNECT activity.meteor.com:443 HTTP/1.1" 200 4400 "-" "-"
Errors prevented bundling:
While building for web.browser.legacy:
client/components/main/globalSearch.js:
/build/wekan/parts/wekan/build/client/components/main/globalSearch.js: Unknown
group names: quote

https://snapcraft.io/wekan/builds/1274380

Does that mean this text quote? So it’s not possible to use text quote in code?

Meteor issue here:

This was that code that triggered Snap error. I don’t know why in Javascript code can not be text location.

This can be ignored. An unrelated warning in a supporting library.

How can I ignore it? Build is failing. It does not build correctly.

Ok I fixed it, it was just missing backtick quotes in code. Strings values like regex text should be surrounded with quotes.