You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing QBem with VSCode, the import comes in as import QBem from 'qbem'; resulting in an error because the import needs to be namespaced like: import { QBem } from 'qbem';.
This causes unnecessary headache in troubleshooting the import issue.
The text was updated successfully, but these errors were encountered:
When importing QBem with VSCode, the import comes in as
import QBem from 'qbem';
resulting in an error because the import needs to be namespaced like:import { QBem } from 'qbem';
.This causes unnecessary headache in troubleshooting the import issue.
The text was updated successfully, but these errors were encountered: