David Lozzi

Results 28 comments of David Lozzi

Mac OS Big Sur 11.4, using bash Contents of my `.bashrc` file ```bash # tabtab source for serverless package # uninstall by removing these lines or running `tabtab uninstall serverless`...

I added the following to my `.bash_profile` file and it appears to be working! ```bash export NVS_HOME="$HOME/.nvs" [ -s "$NVS_HOME/nvs.sh" ] && . "$NVS_HOME/nvs.sh" ```

My workaround is to add the provider in the test: ``` const wrapper = render( ); ``` and changing it to a `render` from `shallow`, which introduces some other fun...

@roylee0704 i see the peer dep is set in package.json, can we get a new version deployed to npm?

Workaround worked, thanks! $file = Add-PnPFile -Path "client_LocationBasedDefaults.html" -Folder "documents/forms"

@marcus-at-localhost any luck?

@sgb-io this work for you? I can now see the map in my app, but no contents are in it. All of my content is either `position: fixed` or `position:absolute`...